Skip to content

Commit 8bf9ae2

Browse files
committed
Upgrade gh-upload-artifacts v4
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent d1ea5e1 commit 8bf9ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ jobs:
120120
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> $GITHUB_ENV
121121
122122
- name: Upload artifacts
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: ${{ env.ASSET }}
126126
path: |
127127
${{ env.ASSET }}
128128
129129
- name: Upload artifacts (cksum)
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
with:
132132
name: ${{ env.ASSET_SUM }}
133133
path: |

0 commit comments

Comments
 (0)