Merge pull request #4262 from stweil/gh_actions

Update deprecated Node.js 16 GitHub actions
This commit is contained in:
zdenop 2024-06-10 07:17:10 +02:00 committed by GitHub
commit 3edf3b414d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts

View File

@ -88,14 +88,14 @@ jobs:
- name: Upload Unit Test Results
if: always() && matrix.os != 'windows-2022'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Results (${{ matrix.os }})
path: .sw/test/results.xml
- name: Publish Test Report
if: always() && matrix.os != 'windows-2022'
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
check_name: test (${{ matrix.os }})
report_paths: .sw/test/results.xml