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