Skip to content

Commit 21a81c7

Browse files
Bump actions/upload-artifact from 4 to 5 (#8823)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 69386f3 commit 21a81c7

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@v4
106+
uses: actions/upload-artifact@v5
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@v4
127+
uses: actions/upload-artifact@v5
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@v4
144+
uses: actions/upload-artifact@v5
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@v4
173+
uses: actions/upload-artifact@v5
174174
with:
175175
name: BuildDirectory-${{ runner.os }}
176176
path: build/

0 commit comments

Comments
 (0)