File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
73
73
# Upload the downloaded files as artifacts to GitHub
74
74
- name : Upload artifacts to GitHub
75
- uses : actions/upload-artifact@v4.6.0
75
+ uses : actions/upload-artifact@v4.6.1
76
76
with :
77
77
name : gmt-cache
78
78
include-hidden-files : true
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
175
175
# Upload diff images on test failure
176
176
- name : Upload diff images if any test fails
177
- uses : actions/upload-artifact@v4.6.0
177
+ uses : actions/upload-artifact@v4.6.1
178
178
if : failure()
179
179
with :
180
180
name : artifact-${{ matrix.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
183
183
# Upload diff images on test failure
184
184
- name : Upload diff images if any test fails
185
- uses : actions/upload-artifact@v4.6.0
185
+ uses : actions/upload-artifact@v4.6.1
186
186
if : ${{ failure() }}
187
187
with :
188
188
name : artifact-${{ matrix.os }}-GMT-${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 72
72
ls -lh dist/
73
73
74
74
- name : Store the distribution packages
75
- uses : actions/upload-artifact@v4.6.0
75
+ uses : actions/upload-artifact@v4.6.1
76
76
with :
77
77
name : python-package-distributions
78
78
path : dist/
You can’t perform that action at this time.
0 commit comments