Skip to content

Commit be63521

Browse files
Bump actions/upload-artifact from 3 to 4 (#1041)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75e0353 commit be63521

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/vcpkg_ci_amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Upload CMake logs on error
159159
if: failure()
160-
uses: actions/upload-artifact@v3
160+
uses: actions/upload-artifact@v4
161161
with:
162162
name: ${{ env.ARTIFACT_NAME }}_logs
163163
path: ${{ github.workspace }}/vcpkg/buildtrees/**/*.log
@@ -191,7 +191,7 @@ jobs:
191191
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
192192
token: ${{ secrets.RELEASE_TOKEN }}
193193

194-
- uses: actions/upload-artifact@v3
194+
- uses: actions/upload-artifact@v4
195195
if: contains(env.COMMIT_MESSAGE, 'debug artifacts') || github.event.release
196196
with:
197197
name: ${{ env.ARTIFACT_NAME }}.tar.xz

.github/workflows/vcpkg_ci_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Upload CMake logs on error
112112
if: failure()
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: ${{ env.ARTIFACT_NAME }}_logs
116116
path: ${{ github.workspace }}/vcpkg/buildtrees/**/*.log
@@ -135,7 +135,7 @@ jobs:
135135
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
136136
token: ${{ secrets.RELEASE_TOKEN }}
137137

138-
- uses: actions/upload-artifact@v3
138+
- uses: actions/upload-artifact@v4
139139
if: contains(env.COMMIT_MESSAGE, 'debug artifacts') || github.event.release
140140
with:
141141
name: ${{ env.ARTIFACT_NAME }}.tar.xz

.github/workflows/vcpkg_ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
131131
token: ${{ secrets.RELEASE_TOKEN }}
132132

133-
- uses: actions/upload-artifact@v3
133+
- uses: actions/upload-artifact@v4
134134
if: contains(env.COMMIT_MESSAGE, 'debug artifacts')
135135
with:
136136
name: ${{ env.ARTIFACT_NAME }}.7z

0 commit comments

Comments
 (0)