File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8484
8585 # Run the benchmark tests
8686 - name : Run benchmarks
87- uses : CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4 .1
87+ uses : CodSpeedHQ/action@972e3437949c89e1357ebd1a2dbc852fcbc57245 # v4.5 .1
8888 with :
8989 mode : " instrumentation"
9090 # 'bash -el -c' is needed to use the custom shell.
Original file line number Diff line number Diff line change 7474
7575 # Upload the downloaded files as artifacts to GitHub
7676 - name : Upload artifacts to GitHub
77- uses : actions/upload-artifact@v5 .0.0
77+ uses : actions/upload-artifact@v6 .0.0
7878 with :
7979 name : gmt-cache
8080 include-hidden-files : true
Original file line number Diff line number Diff line change 5252 dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
5353
5454 - name : Upload DVC cache as artifacts to GitHub
55- uses : actions/upload-artifact@v5 .0.0
55+ uses : actions/upload-artifact@v6 .0.0
5656 with :
5757 name : dvc-cache
5858 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 cd ../..
151151
152152 - name : Upload PDF as artifact for previewing on pull requests
153- uses : actions/upload-artifact@v5 .0.0
153+ uses : actions/upload-artifact@v6 .0.0
154154 if : github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
155155 with :
156156 name : artifact-pygmt-docs-pdf
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190
191191 # Upload diff images on test failure
192192 - name : Upload diff images if any test fails
193- uses : actions/upload-artifact@v5 .0.0
193+ uses : actions/upload-artifact@v6 .0.0
194194 if : failure()
195195 with :
196196 name : artifact-${{ matrix.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201
202202 # Upload diff images on test failure
203203 - name : Upload diff images if any test fails
204- uses : actions/upload-artifact@v5 .0.0
204+ uses : actions/upload-artifact@v6 .0.0
205205 if : ${{ failure() }}
206206 with :
207207 name : artifact-${{ matrix.os }}-GMT-${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 7272 ls -lh dist/
7373
7474 - name : Store the distribution packages
75- uses : actions/upload-artifact@v5 .0.0
75+ uses : actions/upload-artifact@v6 .0.0
7676 with :
7777 name : python-package-distributions
7878 path : dist/
You can’t perform that action at this time.
0 commit comments