Skip to content

Commit b1c3683

Browse files
committed
push.yml: update the "upload-artifact" action to v7
1 parent 57f6264 commit b1c3683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
./gradlew -Pbt=Debug -Pflavor=Sp -Ptarget=Linux64 -Ptool=gcc -x checkstyleMain -x checkstyleTest build install \
2222
--console=plain
2323
- if: failure()
24-
uses: actions/upload-artifact@v6
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: test-report
2727
path: build/reports/tests/test
@@ -378,7 +378,7 @@ jobs:
378378
./gradlew -Pbt=Release -Pflavor=Sp -Ptarget=Linux64 build install \
379379
--console=plain
380380
- if: failure()
381-
uses: actions/upload-artifact@v6
381+
uses: actions/upload-artifact@v7
382382
with:
383383
name: test-report
384384
path: build/reports/tests/test

0 commit comments

Comments
 (0)