We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e3889 commit 45a4989Copy full SHA for 45a4989
.github/workflows/dockerpublish.yml
@@ -39,7 +39,7 @@ jobs:
39
if: github.event_name == 'push'
40
steps:
41
- uses: actions/checkout@v2
42
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v4.1.7
43
with:
44
name: jar
45
- run: docker build --build-arg artifact_name=spring-boot-react-gradle-kotlin.jar --file Dockerfile --tag $GITHUB_SHA .
0 commit comments