diff --git a/.github/workflows/meson_ci.yml b/.github/workflows/meson_ci.yml index 8e48ac99..d21d9a37 100644 --- a/.github/workflows/meson_ci.yml +++ b/.github/workflows/meson_ci.yml @@ -75,7 +75,7 @@ jobs: - name: Integration tests run: meson test -v --suite=igr_tests -C dirbuild - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output @@ -106,7 +106,7 @@ jobs: - name: Integration tests run: meson test -v --suite=igr_tests -C dirbuild - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output @@ -146,7 +146,7 @@ jobs: echo "$(tput bold) ----Integration tests---- :$(tput sgr0) meson test -v --suite=igr_tests -C dirbuild" meson test -v --suite=igr_tests -C dirbuild - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output diff --git a/.github/workflows/regular_ci.yml b/.github/workflows/regular_ci.yml index 96691f38..e9839107 100644 --- a/.github/workflows/regular_ci.yml +++ b/.github/workflows/regular_ci.yml @@ -69,7 +69,7 @@ jobs: - name: Integration tests run: make check-igr DEBUG=1 - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output @@ -101,7 +101,7 @@ jobs: - name: Integration tests run: make check-igr DEBUG=1 - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output @@ -142,7 +142,7 @@ jobs: echo "$(tput bold) ----Integration tests---- :$(tput sgr0) make check-igr DEBUG=1" make check-igr DEBUG=1 - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: igr-tests_output diff --git a/.github/workflows/ubuntu-latest-amd64-fuzzer.yml b/.github/workflows/ubuntu-latest-amd64-fuzzer.yml index 18c064a6..f8125610 100644 --- a/.github/workflows/ubuntu-latest-amd64-fuzzer.yml +++ b/.github/workflows/ubuntu-latest-amd64-fuzzer.yml @@ -21,7 +21,7 @@ jobs: - name: Run fuzzer run: src/tests/cptests/fuzz -max_total_time=21000 - name: Upload crash file(s) - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: Dinit-fuzzer_crash