From 63b0a412c43ed98eadd9eeb5d84bd13e9ace7d72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:01:45 +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 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