From 044e17ba5bfd47f338523a32f279b40fc83999b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:15:00 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...1eb3cb2b3e0f29609092a73eb033bb759a334595) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fuzzing.yaml | 2 +- .github/workflows/robustness-template.yaml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/tests-template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fuzzing.yaml b/.github/workflows/fuzzing.yaml index 19cc221fdf9..e68eb5eb340 100644 --- a/.github/workflows/fuzzing.yaml +++ b/.github/workflows/fuzzing.yaml @@ -20,7 +20,7 @@ jobs: set -euo pipefail GOARCH=amd64 CPU=4 make fuzz - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: failure() with: path: "${{env.TARGET_PATH}}/testdata/fuzz/**/*" diff --git a/.github/workflows/robustness-template.yaml b/.github/workflows/robustness-template.yaml index 2267cd788d5..e0778bdc9bd 100644 --- a/.github/workflows/robustness-template.yaml +++ b/.github/workflows/robustness-template.yaml @@ -63,7 +63,7 @@ jobs: exit 1 ;; esac - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: name: ${{ inputs.artifactName }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f3c4fff9dd5..a6e0fe8e36b 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/tests-template.yaml b/.github/workflows/tests-template.yaml index 39ecdf416e8..1b18f6dec38 100644 --- a/.github/workflows/tests-template.yaml +++ b/.github/workflows/tests-template.yaml @@ -66,7 +66,7 @@ jobs: exit 1 ;; esac - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 if: always() with: name: "${{ matrix.target }}"