Skip to content

Commit d273cce

Browse files
authored
Merge pull request #17 from reload/dependabot/github_actions/actions/upload-artifact-5
chore(deps): Bump actions/upload-artifact from 4 to 5
2 parents 3fc8dff + 0330e6a commit d273cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build
1717
run: |
1818
make generate
19-
- uses: actions/upload-artifact@v4
19+
- uses: actions/upload-artifact@v5
2020
with:
2121
name: plugin
2222
path: examples/plugin.wasm

0 commit comments

Comments
 (0)