Skip to content

Commit

Permalink
Update build.yml to actions/upload-artifact@v4 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 authored Nov 26, 2024
1 parent a1f9c1c commit d1c3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: modmuss50/xvfb-action@v1
with:
run: ./gradlew :minecraft:minecraft-test:runProductionAutoTestClient --stacktrace --warning-mode=fail
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: Client Test Screenshots
Expand Down

0 comments on commit d1c3b40

Please # to comment.