From d0590706cc46a0cdeb67fb2f90f6ede4785926f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:26:43 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.2 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... 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 b4035ff9..d3880617 100644 --- a/.github/workflows/meson_ci.yml +++ b/.github/workflows/meson_ci.yml @@ -76,7 +76,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.2 + uses: actions/upload-artifact@v4.4.3 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.2 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: igr-tests_output @@ -140,7 +140,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.2 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: igr-tests_output diff --git a/.github/workflows/regular_ci.yml b/.github/workflows/regular_ci.yml index 059efab8..a3ae0a57 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 - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: igr-tests_output @@ -101,7 +101,7 @@ jobs: - name: Integration tests run: make check-igr - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: igr-tests_output @@ -135,7 +135,7 @@ jobs: - name: Integration tests run: make check-igr - name: Upload igr-tests output file(s) on failure - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v4.4.3 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 e9d270b0..cff84e76 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.2 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: Dinit-fuzzer_crash