From c560d6d2ae6b7db87a840dbe4b272490ad8ccd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:17:34 -0600 Subject: [PATCH] chore: bump actions/upload-artifact from 2 to 3 (#6383) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9f126794c3..af6538b866 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 8ef9fb3ef9..848e41a732 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