diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index be69f10..29bc98e 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -429,7 +429,7 @@ jobs: - name: Upload digest if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}-${{ matrix.arch }} path: /tmp/digests/* @@ -486,7 +486,7 @@ jobs: password: ${{ secrets.QUAY_ROBOT_TOKEN }} - name: Download per-arch digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digests-${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}-* merge-multiple: true