From 6025478f699f3d9136ab370c51fb14aa568e12d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:50:14 +0000 Subject: [PATCH] github-actions: bump actions/upload-artifact from 3.1.0 to 4.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...c7d193f32edcb7bfad88892161225aeda64e9392) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 6 +++--- .github/workflows/cifuzz.yml | 2 +- .github/workflows/commits.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d4b006aedbdb..e7e0e21e4980 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -113,7 +113,7 @@ jobs: - name: Cleaning up run: rm -rf libhtp suricata-update suricata-verify - name: Uploading prep archive - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 with: name: prep path: . @@ -137,7 +137,7 @@ jobs: cargo install --target x86_64-unknown-linux-musl --debug cbindgen cp $HOME/.cargo/bin/cbindgen . - name: Uploading prep archive - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 with: name: prep path: . @@ -368,7 +368,7 @@ jobs: run: | mkdir dist mv suricata-*.tar.gz dist - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 name: Uploading distribution with: name: dist diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 63db455cdce6..eaa20ed02b42 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -23,7 +23,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 if: failure() with: name: ${{ matrix.sanitizer }}-artifacts diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 6aadfeea9015..0315ec8b7e93 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -94,7 +94,7 @@ jobs: make -ik distclean > /dev/null done - run: sccache -s - - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 name: Uploading build log if: always() with: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 214a3f03d7d5..c22096b4dad5 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2.3.1 with: name: SARIF file path: results.sarif