Skip to content

Commit 58c7419

Browse files
committed
Fix upload-artifacts
1 parent eb98c1b commit 58c7419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-calculate-hash.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
release-tag-or-name-or-id: ${{ inputs.release_tag }}
3232

33-
- uses: actions/upload-artifact@v2
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: Asset Hashes
3636
path: hashes.json

0 commit comments

Comments
 (0)