Skip to content

Commit

Permalink
Bump artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Oct 13, 2024
1 parent 172eb38 commit 7d39c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
Runtime: ${{ matrix.runtime }}

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.runtime }}
path: .\${{ env.ZIP_NAME}}${{ matrix.runtime }}.zip
Expand All @@ -94,7 +94,7 @@ jobs:
fetch-depth: 0 # required for tags history processing

- name: Download x64 artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-x64
path: ./artifacts
Expand Down

0 comments on commit 7d39c34

Please sign in to comment.