We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada52bb commit e7e2d55Copy full SHA for e7e2d55
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh
86
- name: Upload
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
with:
89
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
90
path: northstar
@@ -137,7 +137,7 @@ jobs:
137
138
- name: Download Northstar package
139
if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure
140
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
141
142
143
0 commit comments