We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0bcbf + 57cad1f commit eddd352Copy full SHA for eddd352
3 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm run build --if-present
32
- name: Save build
33
if: matrix.node-version == 22
34
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
35
with:
36
name: build
37
path: |
0 commit comments