Skip to content

Commit

Permalink
Merge pull request #10 from virtualidentityag/CARITAS-243-remove-lega…
Browse files Browse the repository at this point in the history
…cy-code

fix: CARITAS-243
  • Loading branch information
Leandro13Silva13 authored Sep 11, 2024
2 parents f2c977f + a5cfd31 commit afc9fa1
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 @@ -44,7 +44,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 @@ -75,7 +75,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 afc9fa1

Please sign in to comment.