Skip to content

Commit

Permalink
Update @actions/download-artifact and @actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
raimondas-breachgg committed Mar 27, 2024
1 parent 55226a9 commit 3773b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: npm run pack

- name: Uploading build artifact...
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: dist/*.js
Expand All @@ -91,7 +91,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Downloading build artifact....
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: dist/
Expand Down

0 comments on commit 3773b7b

Please sign in to comment.