Skip to content

Commit

Permalink
ci: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Nov 5, 2024
1 parent 1fa2a92 commit 7c2a292
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 @@ -103,7 +103,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: recursive

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
( cd prefix_cmake; find . ) | LC_ALL=C sort -u
- name: Upload artifacts (CMake)
if: ${{ failure() && runner.os == 'Linux' && matrix.platform.cmake }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.platform.name }} artifacts"
path: |
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
make -j"${parallel}" -C build distcheck V=1
- name: Upload artifacts (Autotools)
if: ${{ failure() && !matrix.platform.cmake }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.name }} artifacts
path: |
Expand Down

0 comments on commit 7c2a292

Please sign in to comment.