Skip to content

Commit 30afeba

Browse files
chore(deps): update github artifact actions
1 parent a002070 commit 30afeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v4
9797
- run: npm ci
9898
- run: npm run ${{ matrix.command }} -- ${{ matrix.args }}
99-
- uses: actions/upload-artifact@v4
99+
- uses: actions/upload-artifact@v5
100100
with:
101101
name: build-artifacts-${{ matrix.name }}
102102
path: prebuilds/
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- uses: actions/checkout@v4
112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v6
113113
with:
114114
pattern: build-artifacts-*
115115
merge-multiple: true

0 commit comments

Comments
 (0)