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 76a2d35 commit 02b4ed7Copy full SHA for 02b4ed7
1 file changed
.github/workflows/checks.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm run build
24
25
- name: Upload build artifacts
26
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
27
with:
28
name: build-artifacts
29
path: dist/
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
54
- name: Download build artifacts
55
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v5
56
57
58
0 commit comments