Skip to content

Commit 292beb4

Browse files
Merge pull request Wurst-Imperium#1303 from Wurst-Imperium/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 620b9a7 + 95fad73 commit 292beb4

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
@@ -113,22 +113,22 @@ jobs:
113113
run: ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
114114

115115
- name: Upload screenshots
116-
uses: actions/upload-artifact@v6
116+
uses: actions/upload-artifact@v7
117117
if: ${{ success() || failure() }}
118118
with:
119119
name: screenshots
120120
path: build/run/*/screenshots
121121
compression-level: 0
122122

123123
- name: Upload logs
124-
uses: actions/upload-artifact@v6
124+
uses: actions/upload-artifact@v7
125125
if: ${{ success() || failure() }}
126126
with:
127127
name: logs
128128
path: build/run/*/logs/latest.log
129129

130130
- name: Upload crash reports
131-
uses: actions/upload-artifact@v6
131+
uses: actions/upload-artifact@v7
132132
if: ${{ failure() }}
133133
with:
134134
name: crash-reports

0 commit comments

Comments
 (0)