Skip to content

Commit 9d23261

Browse files
authored
Merge pull request #19 from reload/dependabot/github_actions/actions/upload-artifact-6
chore(deps): Bump actions/upload-artifact from 5 to 6
2 parents 0116591 + 5f246d9 commit 9d23261

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@v5
19+
- uses: actions/upload-artifact@v6
2020
with:
2121
name: plugin
2222
path: examples/plugin.wasm

0 commit comments

Comments
 (0)