Skip to content

Commit 5dea0e5

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#772)
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@v5...v6) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f2d058 commit 5dea0e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6161
name: Upload Artifact
6262
id: upload
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6.0.0
6464
with:
6565
name: dist
6666
path: dist/

.github/workflows/prober.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
gh attestation verify ./artifact --owner "$GITHUB_REPOSITORY_OWNER"
4343
4444
- name: Upload build artifact
45-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
45+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646
with:
4747
path: "artifact"
4848

0 commit comments

Comments
 (0)