Skip to content

Commit

Permalink
Update workflow to use upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <[email protected]>
  • Loading branch information
jdinan committed Sep 27, 2024
1 parent 4b70f0b commit a525d83
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 @@ -18,7 +18,7 @@ jobs:
- name: Rename PDF
run: mv main_spec.pdf openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf
- name: Upload PDF artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: openshmem-draft-${{ github.event.pull_request.head.sha }}
path: openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf

0 comments on commit a525d83

Please sign in to comment.