Skip to content

Commit

Permalink
Update GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesdevelopment committed Jan 16, 2025
1 parent 9f4cc49 commit ab79b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -35,7 +35,7 @@ jobs:
arguments: build-sonar

- name: Upload Bukkit Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Sonar
Expand All @@ -44,7 +44,7 @@ jobs:
if-no-files-found: error

- name: Upload BungeeCord Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Sonar
Expand All @@ -53,7 +53,7 @@ jobs:
if-no-files-found: error

- name: Upload Velocity Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Sonar
Expand Down

0 comments on commit ab79b86

Please sign in to comment.