Skip to content

Commit

Permalink
Bump upload/download artifact actions to v4 (#650)
Browse files Browse the repository at this point in the history
as v3 is being deprecated in a few months
  • Loading branch information
GeckoEidechse authored Jun 18, 2024
1 parent ada52bb commit e7e2d55
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 @@ -84,7 +84,7 @@ jobs:
run: |
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
path: northstar
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Download Northstar package
if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
path: northstar
Expand Down

0 comments on commit e7e2d55

Please sign in to comment.