diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5ad397..48abfaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: artifacts - name: Publish Test Results