Skip to content

Commit

Permalink
CI: update action/upload-artifact from v1 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ozog committed Sep 17, 2024
1 parent f554b8c commit 3d53054
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 3d53054

Please sign in to comment.