diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3edcca73..022cf11f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,21 +25,21 @@ jobs: - name: Upload artifact with `PR_NUMBER` if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: PR_NUMBER path: PR_NUMBER - name: Upload artifact with `dist` folder if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: dist path: dist/ - name: Upload artifact with `covertura.xml` if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: cobertura path: coverage/cobertura-coverage.xml