File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
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
79
+ uses : actions/upload-artifact@v4.4.0
80
80
with :
81
81
name : gmt-cache
82
+ include-hidden-files : true
82
83
path : |
83
84
~/.gmt/cache
84
85
~/.gmt/server
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
162
162
# Upload diff images on test failure
163
163
- name : Upload diff images if any test fails
164
- uses : actions/upload-artifact@v4
164
+ uses : actions/upload-artifact@v4.4.0
165
165
if : failure()
166
166
with :
167
167
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
182
+ uses : actions/upload-artifact@v4.4.0
183
183
if : ${{ failure() }}
184
184
with :
185
185
name : artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Slash Command Dispatch
17
- uses : peter-evans/slash-command-dispatch@v4
17
+ uses : peter-evans/slash-command-dispatch@v4.0.0
18
18
with :
19
19
token : ${{ github.token }}
20
20
commands : |
You can’t perform that action at this time.
0 commit comments