From b015e4c5bf4f4d01694bb73000cfd894c4ca4964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:00:52 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cache_data.yaml | 2 +- .github/workflows/ci_docs.yml | 2 +- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- .github/workflows/publish-to-pypi.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cache_data.yaml b/.github/workflows/cache_data.yaml index 8a7d26fcb37..f51bc785a3b 100644 --- a/.github/workflows/cache_data.yaml +++ b/.github/workflows/cache_data.yaml @@ -74,7 +74,7 @@ jobs: # Upload the downloaded files as artifacts to GitHub - name: Upload artifacts to GitHub - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: gmt-cache include-hidden-files: true diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index c85c0cd86c1..6780a13d40f 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -151,7 +151,7 @@ jobs: cd ../.. - name: Upload PDF as artifact for previewing on pull requests - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' with: name: artifact-pygmt-docs-pdf diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index d08fe253aee..ed45c5656e5 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -179,7 +179,7 @@ jobs: # Upload diff images on test failure - name: Upload diff images if any test fails - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 if: failure() with: name: artifact-${{ matrix.os }}-${{ matrix.python-version }} diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index c52413dad37..18e58c61c13 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -190,7 +190,7 @@ jobs: # Upload diff images on test failure - name: Upload diff images if any test fails - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 if: ${{ failure() }} with: name: artifact-${{ matrix.os }}-GMT-${{ matrix.gmt_git_ref }} diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index e6692fa6f66..6f2ef70a2e9 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -74,7 +74,7 @@ jobs: ls -lh dist/ - name: Store the distribution packages - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: python-package-distributions path: dist/