From c2a2d4154f8394241c9e3b4f57e745d4c6a3c160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:41:18 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-caches.yml | 8 ++++---- .github/workflows/tests.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-caches.yml b/.github/workflows/ci-caches.yml index d4f050bd8c7..904ed1994ab 100644 --- a/.github/workflows/ci-caches.yml +++ b/.github/workflows/ci-caches.yml @@ -113,7 +113,7 @@ jobs: # Upload the downloaded files as artifacts to GitHub - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gmt-cache path: ~/.gmt/static @@ -135,7 +135,7 @@ jobs: COASTLINEDIR: ${{ env.COASTLINEDIR }} - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coastline-cache path: ${{ env.COASTLINEDIR }} @@ -153,7 +153,7 @@ jobs: run: bash ci/install-dependencies-windows.sh - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vcpkg-cache # VCPKG_INSTALLATION_ROOT is C:\vcpkg @@ -183,7 +183,7 @@ jobs: dvc pull --remote origin --no-run-cache --verbose - name: Upload DVC cache as artifacts to GitHub - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7 with: name: dvc-cache include-hidden-files: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c7e1247edb..fe380c1cab5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -181,7 +181,7 @@ jobs: if: runner.os == 'Windows' - name: Upload build directory if failed - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: BuildDirectory-${{ runner.os }} path: build/