Skip to content

Commit

Permalink
Bump GH Actions versions for deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbr committed Jun 23, 2024
1 parent 663cff4 commit cf712bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dis4irc-jar
path: build/libs/Dis4IRC-*.jar
Expand Down

0 comments on commit cf712bf

Please sign in to comment.