Skip to content

chore(deps): update actions/checkout action to v6 #330

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #330

Workflow file for this run

name: Java CI with Gradle
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew test build --no-daemon
- name: Upload Artifacts
uses: actions/upload-artifact@v5
with:
name: ProtocolSidebar
path: build/libs/