diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c21ca2..5f749f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -316,7 +316,7 @@ jobs: touch "/tmp/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.arch }}-${{ matrix.gdal && 'gdal' || 'nogdal' }} path: /tmp/digests/* @@ -336,14 +336,14 @@ jobs: steps: - name: Download all digests (no GDAL) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digests-*-nogdal merge-multiple: true path: /tmp/digests-nogdal - name: Download all digests (with GDAL) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digests-*-gdal merge-multiple: true