From 98d1ab757fb5914464c389a19b65a59dcf38e9d1 Mon Sep 17 00:00:00 2001 From: Jerboa-app Date: Sat, 21 Sep 2024 08:22:36 +0100 Subject: [PATCH] v3 to v4 in actions --- .github/workflows/run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f8424759..c5ee85a6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: example: [PerlinWorld, SoftBodyTetris, Sprites, MeshEditor] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' @@ -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 @@ -52,7 +52,7 @@ jobs: example: [PerlinWorld, SoftBodyTetris, Sprites, MeshEditor] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' @@ -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 \ No newline at end of file