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 76
76
77
77
# Upload the downloaded files as artifacts to GitHub
78
78
- name : Upload artifacts to GitHub
79
- uses : actions/upload-artifact@v4.4.0
79
+ uses : actions/upload-artifact@v4.4.3
80
80
with :
81
81
name : gmt-cache
82
82
include-hidden-files : true
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
171
171
# Upload diff images on test failure
172
172
- name : Upload diff images if any test fails
173
- uses : actions/upload-artifact@v4.4.0
173
+ uses : actions/upload-artifact@v4.4.3
174
174
if : failure()
175
175
with :
176
176
name : artifact-${{ runner.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
180
180
# Upload diff images on test failure
181
181
- name : Upload diff images if any test fails
182
- uses : actions/upload-artifact@v4.4.0
182
+ uses : actions/upload-artifact@v4.4.3
183
183
if : ${{ failure() }}
184
184
with :
185
185
name : artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments