Skip to content

Commit be3c2e5

Browse files
Build(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#4448)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf6965c commit be3c2e5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Upload the downloaded files as artifacts to GitHub
7676
- name: Upload artifacts to GitHub
77-
uses: actions/upload-artifact@v6.0.0
77+
uses: actions/upload-artifact@v7.0.0
7878
with:
7979
name: gmt-cache
8080
include-hidden-files: true

.github/workflows/cache_dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
5353
5454
- name: Upload DVC cache as artifacts to GitHub
55-
uses: actions/upload-artifact@v6.0.0
55+
uses: actions/upload-artifact@v7.0.0
5656
with:
5757
name: dvc-cache
5858
include-hidden-files: true

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
cd ../..
151151
152152
- name: Upload PDF as artifact for previewing on pull requests
153-
uses: actions/upload-artifact@v6.0.0
153+
uses: actions/upload-artifact@v7.0.0
154154
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
155155
with:
156156
name: artifact-pygmt-docs-pdf

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
# Upload diff images on test failure
192192
- name: Upload diff images if any test fails
193-
uses: actions/upload-artifact@v6.0.0
193+
uses: actions/upload-artifact@v7.0.0
194194
if: failure()
195195
with:
196196
name: artifact-${{ matrix.os }}-${{ matrix.python-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187

188188
# Upload diff images on test failure
189189
- name: Upload diff images if any test fails
190-
uses: actions/upload-artifact@v6.0.0
190+
uses: actions/upload-artifact@v7.0.0
191191
if: ${{ failure() }}
192192
with:
193193
name: artifact-${{ matrix.os }}-GMT-${{ matrix.gmt_git_ref }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ls -lh dist/
7373
7474
- name: Store the distribution packages
75-
uses: actions/upload-artifact@v6.0.0
75+
uses: actions/upload-artifact@v7.0.0
7676
with:
7777
name: python-package-distributions
7878
path: dist/

0 commit comments

Comments
 (0)