Skip to content

Commit 556d311

Browse files
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.2 (#122)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 942d8e6 commit 556d311

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/[email protected].0
34+
uses: actions/[email protected].2
3535
with:
3636
# Artifact name
3737
name: Dockerfiles

0 commit comments

Comments
 (0)