Skip to content

Commit

Permalink
chore: bump upload-artifact and download-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Oct 21, 2024
1 parent 8921106 commit 6f0b548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build package
run: npm run build:all

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand All @@ -54,7 +54,7 @@ jobs:
ref: ${{ env.TARGET_REF }}
token: ${{ secrets.GPR_TOKEN }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: build

Expand Down

0 comments on commit 6f0b548

Please sign in to comment.