Skip to content

Commit

Permalink
Fixed issue #911.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Feb 6, 2024
1 parent 90897af commit 2d1b68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail_on_failure: true
require_passed_tests: true
- name: Archive windows installer for win32-x64
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: LDPartEditor_win32_x64
path: bin/windows/setup
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build with Ant
run: ant -noinput -buildfile build-linux.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
check_name: junit-linux
report_paths: '**/report/TEST-*.xml'
Expand Down

0 comments on commit 2d1b68e

Please # to comment.