Skip to content

Commit 1724e03

Browse files
dependabot[bot]stephanme
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98febea commit 1724e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "branch=$SAFE_BRANCH" >> $GITHUB_OUTPUT
4848
4949
- name: Upload Build Artifacts
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: storage-cli-${{ steps.sanitize.outputs.branch }}-${{ github.sha }}
5353
path: |

0 commit comments

Comments
 (0)