Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action to v4.6.0 (#76)
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 Jan 10, 2025
1 parent afd5fcc commit e1e9ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: typst compile nicolasfarabegoli-cv-eng.typ

- name: Upload PDF file
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: PDF
path: "*.pdf"
Expand Down

0 comments on commit e1e9ad7

Please sign in to comment.