Skip to content

Commit e7e2d55

Browse files
Bump upload/download artifact actions to v4 (#650)
as v3 is being deprecated in a few months
1 parent ada52bb commit e7e2d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
8686
- name: Upload
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
9090
path: northstar
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Download Northstar package
139139
if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure
140-
uses: actions/download-artifact@v3
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
143143
path: northstar

0 commit comments

Comments
 (0)