Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#641)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 7daee6c commit 18fcaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
NODE_ENV: production
run: yarn generate

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: generate-production
path: dist/
Expand Down

0 comments on commit 18fcaca

Please sign in to comment.