Skip to content

Commit

Permalink
ci: Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Jun 21, 2024
1 parent 1a4f647 commit 9da49d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
continue-on-error: true

- name: Upload test report for Server (Unit)
uses: mikepenz/action-junit-report@41a3188dde10229782fd78cd72fc574884dd7686
uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de
if: always()
with:
check_name: 'Test Report - Server (Unit)'
Expand All @@ -49,7 +49,7 @@ jobs:
require_tests: True

- name: Upload test report for Server (E2E)
uses: mikepenz/action-junit-report@41a3188dde10229782fd78cd72fc574884dd7686
uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de
if: always()
with:
check_name: 'Test Report - Server (E2E)'
Expand All @@ -58,7 +58,7 @@ jobs:
require_tests: True

- name: Upload test report for Client
uses: mikepenz/action-junit-report@41a3188dde10229782fd78cd72fc574884dd7686
uses: mikepenz/action-junit-report@eb1a2b2dbd4c45341235503b2c3edfa46d2ec3de
if: always()
with:
check_name: 'Test Report - Client'
Expand Down

0 comments on commit 9da49d8

Please sign in to comment.