Skip to content

Commit 8660f1b

Browse files
committed
bump build pipeline github action version to non deprecated version
1 parent 51d210f commit 8660f1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
run: ./gradlew integrationTest
5959

6060
- name: Archive test report
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: Integration test report
6464
path: client/build/reports/tests/integrationTest
6565

6666
- name: Upload JAR output
67-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: Package
7070
path: client/build/libs
@@ -105,7 +105,7 @@ jobs:
105105
arguments: endToEndTest
106106

107107
- name: Archive test report
108-
uses: actions/upload-artifact@v2
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: Integration test report
111111
path: client/build/reports/tests/endToEndTest
@@ -146,7 +146,7 @@ jobs:
146146
arguments: sampleTest
147147

148148
- name: Archive test report
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v4
150150
with:
151151
name: Integration test report
152152
path: client/build/reports/tests/endToEndTest

0 commit comments

Comments
 (0)