Skip to content

Commit

Permalink
⏫ Upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <[email protected]>
  • Loading branch information
babakks committed Aug 1, 2024
1 parent 4034660 commit 740a7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: make build-resume
- name: Make SOP (PDF)
run: make build-sop
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
retention-days: 5
name: resume-and-sop-${{ github.ref_name }}-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: make build-resume
- name: Make SOP (PDF)
run: make build-sop
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: resume-and-sop-${{ github.ref_name }}-${{ github.sha }}
path: |
Expand Down

0 comments on commit 740a7b3

Please sign in to comment.