Skip to content

Commit

Permalink
Update GitHub actions to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nspark committed Jun 25, 2021
1 parent 355c2ee commit 2e07a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -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@v2
with:
name: openshmem-draft-${{ github.event.pull_request.head.sha }}
path: openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf

0 comments on commit 2e07a1b

Please sign in to comment.