We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e09d1 commit 6414091Copy full SHA for 6414091
.github/workflows/build_prod.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: rm dist/.nojekyll
22
- run: mv dist/robots.prod.txt dist/robots.txt
23
- name: Upload artifact
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: dist
27
path: dist/
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Download artifact
33
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
34
35
36
path: dist
0 commit comments