Skip to content

Commit 3773b7b

Browse files
Update @actions/download-artifact and @actions/download-artifact to v4
1 parent 55226a9 commit 3773b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: npm run pack
7474

7575
- name: Uploading build artifact...
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: build
7979
path: dist/*.js
@@ -91,7 +91,7 @@ jobs:
9191
ref: ${{ github.head_ref }}
9292

9393
- name: Downloading build artifact....
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595
with:
9696
name: build
9797
path: dist/

0 commit comments

Comments
 (0)