Skip to content

Commit

Permalink
ci: update artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Jan 23, 2025
1 parent b0af190 commit 60b3dfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aravis-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: meson test -C build/ -v
- name: Valgrind
run: meson test -C build/ -v --setup=valgrind
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Linux_Meson_Testlog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aravis-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CC: gcc
- name: Tests
run: meson test -C build/ -v
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: MacOS_Meson_Testlog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aravis-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: meson test
run: |
meson test -C ./build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{matrix.sys}}_Meson_Testlog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aravis-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
.\build\activate_run.ps1
meson test -C .\build
- name: logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: msvc_${{ matrix.version }}_${{ matrix.arch }}_${{ matrix.build_type_meson }}_Meson_Testlog
Expand Down

0 comments on commit 60b3dfb

Please sign in to comment.