Skip to content

Commit

Permalink
chore: update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanman-sonatype committed Feb 14, 2025
1 parent b73dc26 commit 12c9045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew -Pversion=$RELEASE_VERSION clean build release codeCoverageReport

- name: Upload the artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jar_files
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.ref == 'refs/heads/main'

- name: Upload JaCoCo coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jacoco-report
path: build/reports/jacoco/codeCoverageReport/codeCoverageReport.csv

0 comments on commit 12c9045

Please sign in to comment.