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 8563988 commit 90ed642Copy full SHA for 90ed642
.github/workflows/CI.yml
@@ -68,7 +68,7 @@ jobs:
68
npm run build
69
70
- name: "Upload artifact"
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
72
with:
73
name: "build-artifact"
74
path: dist
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments