From aa818b0a8af84b27b230d122c3703acae8625bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:04:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 2 +- .github/workflows/preflight-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 23488e8d53..b298239d06 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download web/rice-box.go - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: rice-web path: web diff --git a/.github/workflows/preflight-checks.yaml b/.github/workflows/preflight-checks.yaml index 05a0642e79..6cfbc57cfd 100644 --- a/.github/workflows/preflight-checks.yaml +++ b/.github/workflows/preflight-checks.yaml @@ -143,7 +143,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download web/rice-box.go - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: rice-web path: web