We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 301c271 + 5efd1ea commit b46a23fCopy full SHA for b46a23f
2 files changed
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
continue-on-error: true
94
95
- name: Upload build artifacts
96
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
97
with:
98
name: build-artifacts
99
path: |
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run build
43
44
45
46
47
48
0 commit comments