diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 08ea67e..57539b2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -62,12 +62,12 @@ jobs: name: Report CI results steps: - name: Download lint scripts artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: lint-scripts-output - name: Download test artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: test-output