Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 47214c8

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4abfc4d commit 47214c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
done
114114
115115
- name: Upload the artifacts
116-
uses: actions/upload-artifact@v4.3.6
116+
uses: actions/upload-artifact@v4.4.0
117117
with:
118118
name: binaries
119119
path: |

0 commit comments

Comments
 (0)