diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index e6f44a8..5568813 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -24,7 +24,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage path: downloaded/ diff --git a/.github/workflows/nodejs-test-reusable.yml b/.github/workflows/nodejs-test-reusable.yml index 7b96fc1..de1b6f2 100644 --- a/.github/workflows/nodejs-test-reusable.yml +++ b/.github/workflows/nodejs-test-reusable.yml @@ -66,7 +66,7 @@ jobs: run: npm run test:coverage --ignore-scripts if: ${{ inputs.node-version == inputs.node-version-coverage }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ inputs.node-version == inputs.node-version-coverage }} with: name: ${{ inputs.coverage-name }}