diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca8e47e..01316f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,28 +207,28 @@ jobs: - docker-build steps: - name: Download backend digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/backend-digests pattern: backend-digests-* merge-multiple: true - name: Download cron digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/cron-digests pattern: cron-digests-* merge-multiple: true - name: Download runner digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/runner-digests pattern: runner-digests-* merge-multiple: true - name: Download dummy runner digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/dummy-runner-digests pattern: dummy-runner-digests-*