diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f718f7..8715dd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Upload digest if: github.ref_type == 'tag' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: digests-linux-${{ matrix.arch }} path: ${{ runner.temp }}/digests/* @@ -98,7 +98,7 @@ jobs: run: echo "GHCR_IMAGE=${GHCR_IMAGE,,}" >> $GITHUB_ENV - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-*