File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6 .0.0
77+ uses : actions/upload-artifact@v7 .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@v6 .0.0
55+ uses : actions/upload-artifact@v7 .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@v6 .0.0
153+ uses : actions/upload-artifact@v7 .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@v6 .0.0
193+ uses : actions/upload-artifact@v7 .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 @@ -187,7 +187,7 @@ jobs:
187187
188188 # Upload diff images on test failure
189189 - name : Upload diff images if any test fails
190- uses : actions/upload-artifact@v6 .0.0
190+ uses : actions/upload-artifact@v7 .0.0
191191 if : ${{ failure() }}
192192 with :
193193 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@v6 .0.0
75+ uses : actions/upload-artifact@v7 .0.0
7676 with :
7777 name : python-package-distributions
7878 path : dist/
You can’t perform that action at this time.
0 commit comments