Skip to content

Commit

Permalink
Merge pull request #117 from Onlineberatung/tkuzynow-patch-1
Browse files Browse the repository at this point in the history
Update dockerImage.yml
  • Loading branch information
tkuzynow authored Sep 27, 2024
2 parents df576a9 + 9144d9d commit cb41797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: mvn -B -Pprod clean package -DskipTests
- name: Maven Verify
run: mvn -B -Pprod clean verify
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: targetfiles
path: target/*.jar
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download buildfiles artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: targetfiles
- name: Get current time
Expand Down

0 comments on commit cb41797

Please sign in to comment.