Skip to content

Commit b4e6fb3

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aeed716 commit b4e6fb3

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)