Skip to content

Commit

Permalink
v3 to v4 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Sep 21, 2024
1 parent a56d87e commit 98d1ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
example: [PerlinWorld, SoftBodyTetris, Sprites, MeshEditor]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand All @@ -38,7 +38,7 @@ jobs:
sleep 5 && kill $PID
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.example }}.png
path: build/${{ matrix.example }}/screenshot.png
Expand All @@ -52,7 +52,7 @@ jobs:
example: [PerlinWorld, SoftBodyTetris, Sprites, MeshEditor]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand All @@ -76,7 +76,7 @@ jobs:
sleep 5 && kill $PID
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.example }}-wine.png
path: build/${{ matrix.example }}/screenshot.png

0 comments on commit 98d1ab7

Please sign in to comment.