diff --git a/.github/workflows/directoriesFilesChangePR.yml b/.github/workflows/directoriesFilesChangePR.yml index 9685289f57..90a469b15d 100644 --- a/.github/workflows/directoriesFilesChangePR.yml +++ b/.github/workflows/directoriesFilesChangePR.yml @@ -51,7 +51,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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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 3a00de7ef1..833ce11181 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: disabled_tests path: output.json diff --git a/.github/workflows/runAqa.yml b/.github/workflows/runAqa.yml index c9b10e41e0..8017b8f2a5 100644 --- a/.github/workflows/runAqa.yml +++ b/.github/workflows/runAqa.yml @@ -157,7 +157,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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: failure() with: name: test_output