From 74f09d32482f907e872659e339b9d7d2194b27ff Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Mon, 9 Sep 2024 21:12:12 +0200 Subject: [PATCH] Update workflow --- .github/workflows/compilation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index a7c3cbe..cfc7239 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: ps2dev/ps2sdk-ports:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -43,6 +43,7 @@ jobs: cd examples cd box && make clean all && cd .. cd logo && make clean all && cd .. + cd performance && make clean all && cd .. cd tricked_out && make clean all && cd .. cd nehe/lesson02 && make clean all && cd ../.. cd nehe/lesson03 && make clean all && cd ../.. @@ -51,7 +52,7 @@ jobs: - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: examples path: |