Skip to content

Commit 2e07a1b

Browse files
committed
Update GitHub actions to v2
1 parent 355c2ee commit 2e07a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Install dependencies
1313
run: |
1414
sudo apt-get update
@@ -18,7 +18,7 @@ jobs:
1818
- name: Rename PDF
1919
run: mv main_spec.pdf openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf
2020
- name: Upload PDF artifact
21-
uses: actions/upload-artifact@v1
21+
uses: actions/upload-artifact@v2
2222
with:
2323
name: openshmem-draft-${{ github.event.pull_request.head.sha }}
2424
path: openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf

0 commit comments

Comments
 (0)