Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4 (#905)
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 Sep 24, 2024
1 parent 8cb3fc8 commit f6cd2be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifacts
uses: "actions/upload-artifact@v2.3.1"
uses: "actions/upload-artifact@v4.4.0"
with:
name: "IridiumSkyblock"
path: "build/libs/IridiumSkyblock-*.jar"
Expand All @@ -40,7 +40,7 @@ jobs:
id: version
with:
file: "build.gradle.kts"
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.8
with:
name: "IridiumSkyblock"
path: "./"
Expand All @@ -60,7 +60,7 @@ jobs:
id: version
with:
file: "build.gradle.kts"
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.8
with:
name: "IridiumSkyblock"
path: "./"
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
id: version
with:
file: "build.gradle.kts"
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.8
with:
name: "IridiumSkyblock"
path: "./"
Expand Down

0 comments on commit f6cd2be

Please sign in to comment.