Skip to content

Commit

Permalink
Update linux.yml actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
plevy authored Jan 31, 2025
1 parent f1f77cf commit c7e1d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c7e1d64

Please sign in to comment.