We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d03b1 + e05a110 commit 07af8a2Copy full SHA for 07af8a2
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: npm run build --if-present
38
- name: Save build
39
if: matrix.node-version == '20.x'
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
with:
42
name: build
43
path: |
0 commit comments