Skip to content

Commit a98ca97

Browse files
authored
CI: Pin actions/upload-artifact and peter-evans/slash-command-dispatch to the latest tag (#3431)
1 parent 1ccdcce commit a98ca97

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/cache_data.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ jobs:
7676

7777
# Upload the downloaded files as artifacts to GitHub
7878
- name: Upload artifacts to GitHub
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v4.4.0
8080
with:
8181
name: gmt-cache
82+
include-hidden-files: true
8283
path: |
8384
~/.gmt/cache
8485
~/.gmt/server

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
# Upload diff images on test failure
163163
- name: Upload diff images if any test fails
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v4.4.0
165165
if: failure()
166166
with:
167167
name: artifact-${{ runner.os }}-${{ matrix.python-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
# Upload diff images on test failure
181181
- name: Upload diff images if any test fails
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v4.4.0
183183
if: ${{ failure() }}
184184
with:
185185
name: artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}

.github/workflows/slash-command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Slash Command Dispatch
17-
uses: peter-evans/slash-command-dispatch@v4
17+
uses: peter-evans/slash-command-dispatch@v4.0.0
1818
with:
1919
token: ${{ github.token }}
2020
commands: |

0 commit comments

Comments
 (0)