Skip to content

Commit 6ed2ac1

Browse files
authored
Update deploy_regru.yml
1 parent fdc3aec commit 6ed2ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_regru.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm run build
2727
2828
- name: Archive production artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: dist
3232
path: ./dist
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Download artifacts
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: dist
4242

0 commit comments

Comments
 (0)