There was an error while loading. Please reload this page.
1 parent 319d648 commit 773ba7fCopy full SHA for 773ba7f
1 file changed
.github/workflows/deploy-gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build
26
run: npm run build
27
- name: Upload build artifacts
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: build-output
31
path: build/
@@ -41,7 +41,7 @@ jobs:
41
contents: write
42
steps:
43
- name: Download build artifacts
44
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
45
46
47
@@ -65,7 +65,7 @@ jobs:
65
if: startsWith(github.ref, 'refs/tags/')
66
67
68
69
70
71
0 commit comments