Skip to content

Commit

Permalink
Merge pull request #4262 from stweil/gh_actions
Browse files Browse the repository at this point in the history
Update deprecated Node.js 16 GitHub actions
  • Loading branch information
zdenop committed Jun 10, 2024
2 parents cb177c0 + 59bda08 commit 3edf3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3edf3b4

Please sign in to comment.