Skip to content

Commit 2df56bf

Browse files
authored
Merge branch 'main' into refactor/colorbar
2 parents 93fe643 + 9902319 commit 2df56bf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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.

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/cache_dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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/

0 commit comments

Comments
 (0)