Skip to content

Commit 0676d76

Browse files
authored
Merge pull request #27 from reload/dependabot/github_actions/actions/upload-artifact-7
chore(deps): Bump actions/upload-artifact from 6 to 7 #none
2 parents e8200e6 + 2376d01 commit 0676d76

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

0 commit comments

Comments
 (0)