From d9db83d4d26328cba7b8d1967f593710f1dc364d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:46:01 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/staging.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index b97abbc2..323f1f27 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -26,7 +26,7 @@ jobs: run: doctl registry login --expiry-seconds 600 - name: Download Docker image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: did-resolver-staging @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download Docker image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: did-resolver-staging diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 071650db..e1d9c690 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Docker image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: did-resolver-staging