diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ca89a3..9054a5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -338,7 +338,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/* @@ -358,14 +358,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