From 92c7154e8c6ba9614efe0d2b4652fc08faeea8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:08:05 -0500 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 (#428) updated-dependencies: - dependency-name: actions/download-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/master-beta-ci.yml | 2 +- .github/workflows/nightly-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-beta-ci.yml b/.github/workflows/master-beta-ci.yml index b0bd59ad..dfc109b9 100644 --- a/.github/workflows/master-beta-ci.yml +++ b/.github/workflows/master-beta-ci.yml @@ -144,7 +144,7 @@ jobs: # Download the digests from the artifacts - name: Download digests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: digests_ghcr path: /tmp/digests diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 8e201dbc..63d02b0b 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -141,7 +141,7 @@ jobs: # Download the digests from the artifacts - name: Download digests - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: digests_ghcr path: /tmp/digests