Skip to content

Commit 59ccf4f

Browse files
Build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#3821)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7df984 commit 59ccf4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cache_data.yaml

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

7373
# Upload the downloaded files as artifacts to GitHub
7474
- name: Upload artifacts to GitHub
75-
uses: actions/upload-artifact@v4.6.0
75+
uses: actions/upload-artifact@v4.6.1
7676
with:
7777
name: gmt-cache
7878
include-hidden-files: true

.github/workflows/ci_tests.yaml

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

175175
# Upload diff images on test failure
176176
- name: Upload diff images if any test fails
177-
uses: actions/upload-artifact@v4.6.0
177+
uses: actions/upload-artifact@v4.6.1
178178
if: failure()
179179
with:
180180
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
@@ -182,7 +182,7 @@ jobs:
182182

183183
# Upload diff images on test failure
184184
- name: Upload diff images if any test fails
185-
uses: actions/upload-artifact@v4.6.0
185+
uses: actions/upload-artifact@v4.6.1
186186
if: ${{ failure() }}
187187
with:
188188
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@v4.6.0
75+
uses: actions/upload-artifact@v4.6.1
7676
with:
7777
name: python-package-distributions
7878
path: dist/

0 commit comments

Comments
 (0)