We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355c2ee commit 2e07a1bCopy full SHA for 2e07a1b
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
12
- name: Install dependencies
13
run: |
14
sudo apt-get update
@@ -18,7 +18,7 @@ jobs:
18
- name: Rename PDF
19
run: mv main_spec.pdf openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf
20
- name: Upload PDF artifact
21
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
22
with:
23
name: openshmem-draft-${{ github.event.pull_request.head.sha }}
24
path: openshmem-draft-${{ github.event.pull_request.head.sha }}.pdf
0 commit comments