Skip to content

Commit 1ec37d8

Browse files
dependabot[bot]jonahgraham
authored andcommitted
ci(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53478c4 commit 1ec37d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Upload
31-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
31+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3232
with:
3333
name: Event File
3434
path: ${{ github.event_path }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Upload Test Results
7171
if: always()
72-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
72+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7373
with:
7474
name: Test Results ${{ matrix.os }}
7575
if-no-files-found: warn
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Upload API Compare results
8686
if: ${{ matrix.os == 'ubuntu-latest' }}
87-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
87+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8888
with:
8989
name: API Compare results
9090
if-no-files-found: warn

0 commit comments

Comments
 (0)