From c7e1d64f45534fd7bc0d8d426f39f4260e8a67c9 Mon Sep 17 00:00:00 2001 From: Paul Levy Date: Fri, 31 Jan 2025 14:54:35 -0500 Subject: [PATCH] Update linux.yml actions from v3 to v4 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b2a23d000e..e191735c9e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,7 +46,7 @@ jobs: run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DOSGEARTH_BUILD_LEGACY_SPLAT_NODEKIT=OFF -DOSGEARTH_BUILD_PROCEDURAL_NODEKIT=ON - name: 'Upload cmake configure log artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: cmake-configure-log @@ -60,7 +60,7 @@ jobs: run: cmake --build . --parallel 4 --config $BUILD_TYPE - name: 'Upload cmake build log artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: cmake-build-log