Skip to content

Commit

Permalink
GH-93 Update all dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 3847a68 commit 7376fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean shadowJar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: 'ParcelLockers (MC 1.8.8 - 1.20.x)'
path: build/libs/ParcelLockers*

0 comments on commit 7376fd4

Please sign in to comment.