Skip to content

Bump gradle/actions from 4.2.2 to 4.3.0 (#48) #210

Bump gradle/actions from 4.2.2 to 4.3.0 (#48)

Bump gradle/actions from 4.2.2 to 4.3.0 (#48) #210

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: 'temurin'
java-version: 21
- uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
with:
validate-wrappers: true
- run: ./gradlew test jacocoTestReport
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: jacoco-report
path: build/reports/jacoco/test/html/
if-no-files-found: error