Skip to content

Commit

Permalink
Update Actions to Node 20 (#22)
Browse files Browse the repository at this point in the history
Add Gradle wrapper validation
  • Loading branch information
sciencewhiz authored Jun 11, 2024
1 parent 17b1bdf commit c48be89
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ jobs:
runs-on: ubuntu-latest
container: wpilib/roborio-cross-ubuntu:2023-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v1
- uses: gradle/actions/wrapper-validation@v3

- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'

- name: Publish
run: |
Expand All @@ -31,7 +34,7 @@ jobs:
ARTIFACTORY_PUBLISH_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
if: github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v')

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Maven
path: ~/releases

0 comments on commit c48be89

Please sign in to comment.