Skip to content

Commit de465c9

Browse files
authored
Merge pull request #97 from impresscms-dev/bump-actions/upload-artifact-and-actions/download-artifact-to-4
Bump actions/upload-artifact and actions/download-artifact to v4
2 parents 9254df8 + e64ced9 commit de465c9

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
@@ -69,7 +69,7 @@ jobs:
6969
run: npm run pack
7070

7171
- name: Uploading build artifact...
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: build
7575
path: dist/*.js
@@ -87,7 +87,7 @@ jobs:
8787
ref: ${{ github.head_ref }}
8888

8989
- name: Downloading build artifact....
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: build
9393
path: dist/

0 commit comments

Comments
 (0)