Skip to content

Commit 45a4989

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74e3889 commit 45a4989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name == 'push'
4040
steps:
4141
- uses: actions/checkout@v2
42-
- uses: actions/download-artifact@v1
42+
- uses: actions/download-artifact@v4.1.7
4343
with:
4444
name: jar
4545
- run: docker build --build-arg artifact_name=spring-boot-react-gradle-kotlin.jar --file Dockerfile --tag $GITHUB_SHA .

0 commit comments

Comments
 (0)