Skip to content

Commit 3c01967

Browse files
authored
ci: upgrade upload-artifact to v4 (#120)
1 parent d7dd333 commit 3c01967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
echo "${{ matrix.test_class }}" | tr -d '\n' | xargs -d ',' -n1 ./gradlew test -i --tests
9393
94-
- uses: actions/upload-artifact@v3
94+
- uses: actions/upload-artifact@v4
9595
if: ${{ failure() }}
9696
with:
9797
name: ${{ matrix.name }}-logs-artifact

.github/workflows/ci_repo_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
./gradlew :app:test --info
3838
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v4
4040
if: ${{ success() }} || ${{ failure() }}
4141
with:
4242
name: logs-artifact

0 commit comments

Comments
 (0)