Skip to content

Commit

Permalink
Updated actions/upload-artifact to v4 after deprecation v2
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyStoyanov committed Oct 3, 2024
1 parent 1492226 commit d7ddb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
check_name: Gradle Unit and Integration Test Results
files: build/test-results/**/*.xml
- name: Upload Unit Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Unit Test Results
path: build/reports/tests/test/
- name: Upload Integration Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Integration Test Results
Expand Down

0 comments on commit d7ddb45

Please sign in to comment.