Skip to content

Commit caddbd2

Browse files
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#4966)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 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 5e41c44 commit caddbd2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Upload build logs
211211
if: ${{ always() }}
212-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
212+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
213213
with:
214214
name: ${{ matrix.rid }}-build-logs
215215
path: |
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: Upload build and test outputs
244244
if: failure()
245-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
245+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
246246
with:
247247
name: ${{ matrix.rid }}-verify-test-results
248248
path: "**/*.received.*"
@@ -252,7 +252,7 @@ jobs:
252252

253253
- name: Archive NuGet Packages
254254
if: env.CI_PUBLISHING_BUILD == 'true'
255-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
255+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
256256
with:
257257
name: ${{ github.sha }}
258258
if-no-files-found: error
@@ -338,7 +338,7 @@ jobs:
338338

339339
- name: Upload logs
340340
if: ${{ always() }}
341-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
341+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
342342
with:
343343
name: ${{ runner.os }}-msbuild-logs
344344
path: |

.github/workflows/device-tests-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: pwsh ./scripts/device-test.ps1 android -Build -Tfm ${{ matrix.tfm }}
8282

8383
- name: Upload Android Test App (${{ matrix.tfm }})
84-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8585
with:
8686
name: device-test-android-${{ matrix.tfm }}
8787
if-no-files-found: error
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Upload results
198198
if: success() || failure()
199-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
199+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
200200
with:
201201
name: device-test-android-${{ matrix.api-level }}-${{ matrix.tfm }}-results
202202
path: |

.github/workflows/device-tests-ios.yml

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

103103
- name: Upload results
104104
if: success() || failure()
105-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
105+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
106106
with:
107107
name: device-test-ios-results
108108
path: |

.github/workflows/playwright-blazor-wasm.yml

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

6060
- name: Upload Test Results
6161
if: failure()
62-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
62+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6363
with:
6464
name: playwright-blazor-wasm-results
6565
path: test/Sentry.AspNetCore.Blazor.WebAssembly.PlaywrightTests/TestResults/

0 commit comments

Comments
 (0)