Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cprecioso committed Jul 31, 2024
1 parent 0e204e6 commit 1f0a077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Build and upload code
- run: yarn pack -o package.tgz
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package.tgz
path: package.tgz
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org/

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: package.tgz

Expand Down

0 comments on commit 1f0a077

Please sign in to comment.