From 93095d331f5721c23e9e44f2c96906a4ad9025bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:15:34 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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