Skip to content

Commit 548bf44

Browse files
akbariandevmj
and
mj
authored
fix(release): upgrade upload-artifact to v4 (#1624)
Co-authored-by: mj <akbarian.dev@gmail.ccom>
1 parent c116579 commit 548bf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
echo "${{ needs.build-gui-windows.outputs.checksums }}" >> SHA256SUMS
244244
245245
- name: Upload SHA256SUMS as an artifact
246-
uses: actions/upload-artifact@v3
246+
uses: actions/upload-artifact@v4
247247
with:
248248
name: sha256sums
249249
path: SHA256SUMS

0 commit comments

Comments
 (0)