diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b81bbb7..34f8ee6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] workflow_dispatch: jobs: @@ -19,13 +19,13 @@ jobs: HEADLESS: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure default git branch run: git config --global init.defaultBranch main - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -37,7 +37,7 @@ jobs: - name: Archive Code Coverage Report continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Code Coverage Report path: reports/