Skip to content

Commit 47ded48

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 16751e9 commit 47ded48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
npm run test:aurora
5757
- name: "Artifacts: Upload"
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: vtbb-aurora
6161
path: build/aurora
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
npm run test:ivac1
8888
- name: "Artifacts: Upload"
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: vtbb-ivac1
9292
path: result/vtbb.sct

0 commit comments

Comments
 (0)