We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a002070 commit 30afebaCopy full SHA for 30afeba
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
- uses: actions/checkout@v4
97
- run: npm ci
98
- run: npm run ${{ matrix.command }} -- ${{ matrix.args }}
99
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
100
with:
101
name: build-artifacts-${{ matrix.name }}
102
path: prebuilds/
@@ -109,7 +109,7 @@ jobs:
109
runs-on: ubuntu-latest
110
steps:
111
112
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
113
114
pattern: build-artifacts-*
115
merge-multiple: true
0 commit comments