Skip to content

Commit

Permalink
update upload artifact action (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m authored Oct 23, 2024
1 parent 0e8339f commit 0b11791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload jarfile
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: caab-api-jar
path: caab-service/build/libs/caab-service-${{ steps.capture_version.outputs.app_version }}.jar
Expand Down

0 comments on commit 0b11791

Please sign in to comment.