From fa205b1f67b220bd9a4a6fbc177d8cd2d1fd7950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:40:54 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/meson_ci.yml | 6 +++--- .github/workflows/regular_ci.yml | 6 +++--- .github/workflows/ubuntu-latest-amd64-fuzzer.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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