Skip to content

Commit 652aa41

Browse files
Alexander01998cev-api
authored andcommitted
Merge pull request Wurst-Imperium#1233 from Wurst-Imperium/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
1 parent 6a13715 commit 652aa41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ jobs:
9292
run: xvfb-run --auto-servernum ./gradlew runEndToEndTest --stacktrace --warning-mode=fail --no-configuration-cache
9393

9494
- name: Upload screenshots.zip artifact
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v5
9696
if: ${{ success() || failure() }}
9797
with:
9898
name: screenshots
9999
path: run/screenshots
100100
compression-level: 0
101101

102102
- name: Upload crash-reports.zip artifact
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
if: ${{ failure() }}
105105
with:
106106
name: crash-reports

0 commit comments

Comments
 (0)