Skip to content

Commit 7a9c4ae

Browse files
chore(deps): update actions/upload-artifact action to v6 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 048298d commit 7a9c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
touch .env
2121
typst compile resume.typ
22-
- uses: actions/upload-artifact@v5
22+
- uses: actions/upload-artifact@v6
2323
with:
2424
name: resume
2525
path: resume.pdf

0 commit comments

Comments
 (0)