Skip to content

Commit b17dc01

Browse files
Merge pull request Wurst-Imperium#1264 from Wurst-Imperium/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents aeed716 + b4e6fb3 commit b17dc01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,22 @@ jobs:
9898
run: ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
9999

100100
- name: Upload screenshots
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
if: ${{ success() || failure() }}
103103
with:
104104
name: screenshots
105105
path: build/run/*/screenshots
106106
compression-level: 0
107107

108108
- name: Upload logs
109-
uses: actions/upload-artifact@v5
109+
uses: actions/upload-artifact@v6
110110
if: ${{ success() || failure() }}
111111
with:
112112
name: logs
113113
path: build/run/*/logs/latest.log
114114

115115
- name: Upload crash reports
116-
uses: actions/upload-artifact@v5
116+
uses: actions/upload-artifact@v6
117117
if: ${{ failure() }}
118118
with:
119119
name: crash-reports

0 commit comments

Comments
 (0)