From cd2d65c15774faba6c7e1b30a32c8e4c218a2204 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 19 Jun 2024 14:08:49 -0600 Subject: [PATCH] Bump actions versions --- .github.example/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github.example/workflows/build.yml b/.github.example/workflows/build.yml index 05edd55..e15735d 100644 --- a/.github.example/workflows/build.yml +++ b/.github.example/workflows/build.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout the repository (shallow clone) - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 submodules: recursive @@ -57,7 +57,7 @@ jobs: # Upload map files - name: Upload map - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.version }}_maps path: build/${{ matrix.version }}/**/*.MAP