diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index d03744a..a57b58c 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -73,7 +73,7 @@ jobs: run: npm run pack - name: Uploading build artifact... - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: dist/*.js @@ -91,7 +91,7 @@ jobs: ref: ${{ github.head_ref }} - name: Downloading build artifact.... - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist/