Skip to content

Commit

Permalink
ci: bump versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 2, 2024
1 parent 6ce7a95 commit 56af879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: ilammy/setup-nasm@v1
if: ${{ matrix.platform.vendored && !contains(matrix.platform.shell, 'msys2') }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: ${{ matrix.platform.vendored && 'recursive' }}

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
cmake --build build/ --target package
- name: Upload artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: "${{ matrix.platform.artifact }}-failure-artifacts"
Expand All @@ -186,7 +186,7 @@ jobs:
-DTEST_SHARED=${{ matrix.platform.shared }} \
-DTEST_STATIC=${{ matrix.platform.static }}
cmake --build cmake_config_build --verbose
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() && steps.build.outcome == 'success' }}
with:
if-no-files-found: error
Expand Down

0 comments on commit 56af879

Please sign in to comment.