Skip to content

Commit 8450785

Browse files
Merge pull request #218 from swiftwasm/dependabot/github_actions/actions/download-artifact-6
2 parents 074c138 + 6639386 commit 8450785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-24.04
6060
steps:
6161
- uses: actions/checkout@v4
62-
- uses: actions/download-artifact@v5
62+
- uses: actions/download-artifact@v6
6363
with:
6464
pattern: release-wasmkit-*
6565
path: ./release/

0 commit comments

Comments
 (0)