From e8070186b0911bce9c737c17660b0ca79ef483a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 20:04:14 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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