Skip to content

Commit

Permalink
fix: CARITAS-243
Browse files Browse the repository at this point in the history
upgrade deprecated actions/upload-artifact
  • Loading branch information
Leandro13Silva13 committed Sep 11, 2024
1 parent 778dd64 commit a0d9651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit a0d9651

Please sign in to comment.