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 03695dd
Showing 1 changed file with 1 addition and 1 deletion.
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 03695dd

Please sign in to comment.