Skip to content

Commit e457a50

Browse files
build(deps): bump actions/upload-artifact from 4.3.6 to 4.5.0 (#107)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.5.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c35c363 commit e457a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./generate-dockerfiles.sh
3232

3333
- name: Upload a Build Artifact
34-
uses: actions/upload-artifact@v4.3.6
34+
uses: actions/upload-artifact@v4.5.0
3535
with:
3636
# Artifact name
3737
name: Dockerfiles

0 commit comments

Comments
 (0)