We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ea5e1 commit 8bf9ae2Copy full SHA for 8bf9ae2
.github/workflows/release.yml
@@ -120,14 +120,14 @@ jobs:
120
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> $GITHUB_ENV
121
122
- name: Upload artifacts
123
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
124
with:
125
name: ${{ env.ASSET }}
126
path: |
127
${{ env.ASSET }}
128
129
- name: Upload artifacts (cksum)
130
131
132
name: ${{ env.ASSET_SUM }}
133
0 commit comments