Skip to content

Commit b43ac22

Browse files
Build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3734)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a84b5e commit b43ac22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cache_data.yaml

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

7777
# Upload the downloaded files as artifacts to GitHub
7878
- name: Upload artifacts to GitHub
79-
uses: actions/upload-artifact@v4.4.3
79+
uses: actions/upload-artifact@v4.5.0
8080
with:
8181
name: gmt-cache
8282
include-hidden-files: true

.github/workflows/ci_tests.yaml

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

180180
# Upload diff images on test failure
181181
- name: Upload diff images if any test fails
182-
uses: actions/upload-artifact@v4.4.3
182+
uses: actions/upload-artifact@v4.5.0
183183
if: failure()
184184
with:
185185
name: artifact-${{ runner.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@v4.4.3
190+
uses: actions/upload-artifact@v4.5.0
191191
if: ${{ failure() }}
192192
with:
193193
name: artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}

0 commit comments

Comments
 (0)