diff --git a/.github/workflows/build-test-publish-on-push-cached.yaml b/.github/workflows/build-test-publish-on-push-cached.yaml index 6383f1c8..7aaa8db9 100644 --- a/.github/workflows/build-test-publish-on-push-cached.yaml +++ b/.github/workflows/build-test-publish-on-push-cached.yaml @@ -60,7 +60,7 @@ jobs: cache: 'pnpm' - name: 'Run node' run: pnpm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage-artifacts path: coverage/ @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage-artifacts path: coverage @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{secrets.GH_TOKEN}} + token: ${{secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v3 with: version: 8