Skip to content

Commit

Permalink
[CORE-205] bump upload-artifact version in GHA (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott authored Jan 6, 2025
1 parent 8ecaf04 commit f6b5bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner-nightly-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
TEST_RUNNER_SERVER_SPECIFICATION_FILE="buffertest.json" ./gradlew runTest --scan --args="configs/HandoutResourcesThenWaitForRefill.json build/reports"
- name: Upload Test Reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Reports
path: buffer-clienttests/build/reports
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,11 @@ jobs:
if: steps.skiptest.outputs.is-bump == 'no'
id: integration-test
run: ./gradlew integrationTest --scan
- name: Upload Test Reports
- name: Upload Test and Jacoco Reports
if: always() && steps.skiptest.outputs.is-bump == 'no'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Reports
path: build/reports
- name: Upload Jacoco Reports
if: always() && steps.skiptest.outputs.is-bump == 'no'
uses: actions/upload-artifact@v3
with:
name: Test Reports
path: build/jacoco
path: |
build/reports
build/jacoco

0 comments on commit f6b5bbe

Please sign in to comment.