Skip to content

Commit 3f08efc

Browse files
chore(deps): update actions/upload-artifact action to v7 (#58)
1 parent 5451eda commit 3f08efc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build wasm
2323
run: just build
2424
- name: Upload
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: build
2828
path: pkg

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: npm pack
5858
working-directory: pkg
5959
- name: Upload
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: build
6363
path: pkg

0 commit comments

Comments
 (0)