Skip to content

Commit c6689df

Browse files
Bump actions/upload-artifact from 5 to 6 (#8850)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95d7c5f commit c6689df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-caches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
# Upload the downloaded files as artifacts to GitHub
105105
- name: Upload artifacts to GitHub
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v6
107107
with:
108108
name: gmt-cache
109109
path: ~/.gmt/static
@@ -124,7 +124,7 @@ jobs:
124124
COASTLINEDIR: ${{ env.COASTLINEDIR }}
125125

126126
- name: Upload artifacts to GitHub
127-
uses: actions/upload-artifact@v5
127+
uses: actions/upload-artifact@v6
128128
with:
129129
name: coastline-cache
130130
path: ${{ env.COASTLINEDIR }}
@@ -141,7 +141,7 @@ jobs:
141141
run: bash ci/install-dependencies-windows.sh
142142

143143
- name: Upload artifacts to GitHub
144-
uses: actions/upload-artifact@v5
144+
uses: actions/upload-artifact@v6
145145
with:
146146
name: vcpkg-cache
147147
# VCPKG_INSTALLATION_ROOT is C:\vcpkg

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if: runner.os == 'Windows'
171171

172172
- name: Upload build directory if failed
173-
uses: actions/upload-artifact@v5
173+
uses: actions/upload-artifact@v6
174174
with:
175175
name: BuildDirectory-${{ runner.os }}
176176
path: build/

0 commit comments

Comments
 (0)