Skip to content

Commit

Permalink
bump build pipeline github action version to non deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang committed Jan 23, 2025
1 parent 0ef8a3a commit 3f51bd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
run: ./gradlew integrationTest

- name: Archive test report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Integration test report
path: client/build/reports/tests/integrationTest

- name: Upload JAR output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: client/build/libs
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
arguments: endToEndTest

- name: Archive test report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Integration test report
path: client/build/reports/tests/endToEndTest
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
arguments: sampleTest

- name: Archive test report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Integration test report
path: client/build/reports/tests/endToEndTest

0 comments on commit 3f51bd2

Please sign in to comment.