Skip to content

Commit 2f13642

Browse files
Update GitHub Artifact Actions
1 parent 6f767f1 commit 2f13642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with Gradle
2323
run: ./gradlew build
2424
- name: Upload artifacts
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v5
2626
with:
2727
name: "IridiumCore"
2828
path: "build/libs/IridiumCore-*.jar"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Gradle
2424
run: ./gradlew build
2525
- name: Upload artifacts
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: "IridiumCore"
2929
path: "build/libs/IridiumCore-*.jar"
@@ -38,7 +38,7 @@ jobs:
3838
id: version
3939
with:
4040
file: "build.gradle.kts"
41-
- uses: actions/download-artifact@v5.0.0
41+
- uses: actions/download-artifact@v6.0.0
4242
with:
4343
name: "IridiumCore"
4444
path: "./"
@@ -61,7 +61,7 @@ jobs:
6161
file: "build.gradle.kts"
6262

6363
- name: Download build artifact
64-
uses: actions/download-artifact@v5.0.0
64+
uses: actions/download-artifact@v6.0.0
6565
with:
6666
name: "IridiumCore"
6767
path: "./"

0 commit comments

Comments
 (0)