Skip to content

Commit

Permalink
Update macos.yml artifact action 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 c7e1d64 commit 5a35393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-GXcode -DVCPKG_MANIFEST_DIR=$GITHUB_WORKSPACE/vcpkg
- 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 @@ -69,7 +69,7 @@ jobs:
run: cmake --build . --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 5a35393

Please sign in to comment.