Skip to content

Commit

Permalink
fix: upgrade upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 23, 2025
1 parent 01a99bd commit af9b64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
# run: ./gradlew build
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-jdk
path: build/test-results/
- name: Upload Unit Test Reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports-jdk
path: build/reports/tests/
Expand Down

0 comments on commit af9b64e

Please sign in to comment.