Skip to content

Commit

Permalink
Use v3 of actions/checkout and upload-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 17, 2022
1 parent 09022c7 commit 27eadc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: graalvm/setup-graalvm@v1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
$bench ./game-of-life patterns/puffer_train.txt 0 10 91 10 91 true true
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: game-of-life-${{ matrix.os }}
path: |
Expand Down

0 comments on commit 27eadc7

Please sign in to comment.