Skip to content

Commit f9964e3

Browse files
Bump actions/upload-artifact from 4 to 6 (#8321)
1 parent f969563 commit f9964e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checkstyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run checkstyle
2929
run: ./gradlew clean checkstyleMain
3030
- name: Upload checkstyle report
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
if: success()
3333
with:
3434
name: checkstyle-report

.github/workflows/java-17-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build Skript and run test scripts
2929
run: ./gradlew clean skriptTestJava17
3030
- name: Upload Nightly Build
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
if: success()
3333
with:
3434
name: skript-nightly

.github/workflows/java-21-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build Skript and run test scripts
2929
run: ./gradlew clean skriptTestJava21
3030
- name: Upload Nightly Build
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
if: success()
3333
with:
3434
name: skript-nightly

0 commit comments

Comments
 (0)