File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
66
66
# Upload the downloaded files as artifacts to GitHub
67
67
- name : Upload artifacts to GitHub
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : gmt-cache
71
71
path : |
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
154
154
# Upload diff images on test failure
155
155
- name : Upload diff images if any test fails
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
if : ${{ failure() }}
158
158
with :
159
159
name : artifact-${{ runner.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
196
196
# Upload diff images on test failure
197
197
- name : Upload diff images if any test fails
198
- uses : actions/upload-artifact@v3
198
+ uses : actions/upload-artifact@v4
199
199
if : ${{ failure() }}
200
200
with :
201
201
name : artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments