Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent ceeda2c commit 8833abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: npm test

- name: download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: dist
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

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

0 comments on commit 8833abc

Please sign in to comment.