Skip to content

Commit 1667d17

Browse files
Bump actions/upload-artifact from 3 to 4 (#2918)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b013f05 commit 1667d17

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
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Upload the downloaded files as artifacts to GitHub
6767
- name: Upload artifacts to GitHub
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: gmt-cache
7171
path: |

.github/workflows/ci_tests.yaml

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

154154
# Upload diff images on test failure
155155
- name: Upload diff images if any test fails
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
if: ${{ failure() }}
158158
with:
159159
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
@@ -195,7 +195,7 @@ jobs:
195195

196196
# Upload diff images on test failure
197197
- name: Upload diff images if any test fails
198-
uses: actions/upload-artifact@v3
198+
uses: actions/upload-artifact@v4
199199
if: ${{ failure() }}
200200
with:
201201
name: artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}

0 commit comments

Comments
 (0)