Skip to content

Commit 6414091

Browse files
committed
Updated action pipeline steps
1 parent 92e09d1 commit 6414091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: rm dist/.nojekyll
2222
- run: mv dist/robots.prod.txt dist/robots.txt
2323
- name: Upload artifact
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: dist
2727
path: dist/
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Download artifact
33-
uses: actions/download-artifact@v3
33+
uses: actions/download-artifact@v4
3434
with:
3535
name: dist
3636
path: dist

0 commit comments

Comments
 (0)