Skip to content

Commit 3333457

Browse files
Build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#3546)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b47baa commit 3333457

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cache_data.yaml

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

7777
# Upload the downloaded files as artifacts to GitHub
7878
- name: Upload artifacts to GitHub
79-
uses: actions/upload-artifact@v4.4.0
79+
uses: actions/upload-artifact@v4.4.3
8080
with:
8181
name: gmt-cache
8282
include-hidden-files: true

.github/workflows/ci_tests.yaml

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

171171
# Upload diff images on test failure
172172
- name: Upload diff images if any test fails
173-
uses: actions/upload-artifact@v4.4.0
173+
uses: actions/upload-artifact@v4.4.3
174174
if: failure()
175175
with:
176176
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.4.0
182+
uses: actions/upload-artifact@v4.4.3
183183
if: ${{ failure() }}
184184
with:
185185
name: artifact-GMT-${{ matrix.gmt_git_ref }}-${{ runner.os }}

0 commit comments

Comments
 (0)