Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action to v4.4.0
Browse files Browse the repository at this point in the history
renovate[bot] committed Aug 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3e93962 commit 2eaedc6
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
@@ -43,7 +43,7 @@ jobs:
run: typst compile nicolasfarabegoli-cv-eng.typ

- name: Upload PDF file
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: PDF
path: "*.pdf"

0 comments on commit 2eaedc6

Please sign in to comment.