Skip to content

Commit d7da904

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 in the github-actions group across 1 directory (#56)
build(deps): bump actions/upload-artifact Bumps the github-actions group with 1 update in the / directory: [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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 901c28e commit d7da904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduler.yml

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

8686
- name: Upload artifacts
8787
if: github.event_name == 'pull_request'
88-
uses: actions/upload-artifact@v5
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: dist
9191
path: dist

0 commit comments

Comments
 (0)