diff --git a/.github/workflows/testing-results.yml b/.github/workflows/testing-results.yml index 9c4e0938ae..660a03f921 100644 --- a/.github/workflows/testing-results.yml +++ b/.github/workflows/testing-results.yml @@ -21,7 +21,7 @@ jobs: - name: Download and Extract Artifacts uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: - run_id: ${{ github.event.workflow_run.id }} + run-id: ${{ github.event.workflow_run.id }} path: artifacts - name: Publish Test Results