diff --git a/.github/workflows/docker-ci-pr.yml b/.github/workflows/docker-ci-pr.yml index dcffdbf..daf44c1 100644 --- a/.github/workflows/docker-ci-pr.yml +++ b/.github/workflows/docker-ci-pr.yml @@ -101,7 +101,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} @@ -183,13 +183,13 @@ jobs: - build steps: - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/docker-ci-push.yml b/.github/workflows/docker-ci-push.yml index 8c84f50..008c2f5 100644 --- a/.github/workflows/docker-ci-push.yml +++ b/.github/workflows/docker-ci-push.yml @@ -99,7 +99,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} @@ -181,13 +181,13 @@ jobs: - build steps: - name: Download meta bake definition - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bake-meta path: ${{ runner.temp }} - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-*