From b0b77f04fa35e3f862021b7fccac09a3ce27f74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:57:44 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9f126794c3b11..af6538b8665aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -275,7 +275,7 @@ jobs: - name: Upload artifacts to actions (if dry-run) if: ${{ inputs.dry_run }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release-artifacts path: | diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 8ef9fb3ef9f6d..848e41a73276e 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -130,7 +130,7 @@ jobs: category: "Trivy" - name: Upload Trivy scan results as an artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: trivy path: trivy-results.sarif