Skip to content

Commit cbe0d9b

Browse files
Bump actions/upload-artifact from 5 to 6 in the actions group (#165)
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [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' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1792927 commit cbe0d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
clean: false
7676
git-config-name: github-actions[bot]
7777
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
78-
- uses: actions/upload-artifact@v5
78+
- uses: actions/upload-artifact@v6
7979
if: always()
8080
with:
8181
name: build

0 commit comments

Comments
 (0)