Skip to content

Commit 83ce13e

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1089)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0415558 commit 83ce13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
make clean
2323
make build
2424
- name: Save build output
25-
uses: actions/upload-artifact@v4.6.0
25+
uses: actions/upload-artifact@v4.6.1
2626
with:
2727
name: built-output
2828
path: ./dist

0 commit comments

Comments
 (0)