Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: upgrade upload-artifact to v4 #120

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: upgrade upload-artifact to v4
Commelina committed Jan 3, 2025
commit 0ff3431efe5c85c5ba0da6a0bca612004c3a16b4
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ jobs:
run: |
echo "${{ matrix.test_class }}" | tr -d '\n' | xargs -d ',' -n1 ./gradlew test -i --tests

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ matrix.name }}-logs-artifact
2 changes: 1 addition & 1 deletion .github/workflows/ci_repo_dispatch.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
fi
./gradlew :app:test --info

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: logs-artifact