diff --git a/.github/workflows/directoriesFilesChangePR.yml b/.github/workflows/directoriesFilesChangePR.yml index 94b118cbe2..aa1b36cceb 100644 --- a/.github/workflows/directoriesFilesChangePR.yml +++ b/.github/workflows/directoriesFilesChangePR.yml @@ -52,7 +52,7 @@ jobs: jdksource: 'install-jdk' version: ${{ matrix.version }} openjdk_testRepo: '${{ github.event.pull_request.head.repo.full_name }}:${{ github.head_ref }}' - - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 if: failure() with: name: output_changed_based_build_list diff --git a/.github/workflows/parse-issues.yml b/.github/workflows/parse-issues.yml index cfd6febdb4..69aa798567 100644 --- a/.github/workflows/parse-issues.yml +++ b/.github/workflows/parse-issues.yml @@ -44,7 +44,7 @@ jobs: cat all.json | python scripts/disabled_tests/issue_status.py -v > output.json echo "::endgroup::" - name: store artifact - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: disabled_tests path: output.json diff --git a/.github/workflows/runAqa.yml b/.github/workflows/runAqa.yml index bb936c4353..ab06d6c2e1 100644 --- a/.github/workflows/runAqa.yml +++ b/.github/workflows/runAqa.yml @@ -154,7 +154,7 @@ jobs: version: ${{ matrix.jdk_version }} openjdk_testRepo: '${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}:${{ fromJSON(steps.get-pr.outputs.result).head.ref }}' tkg_Repo: ${{ matrix.tkg_repo }} - - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 if: failure() with: name: test_output