diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6a58a2b8c1ba..cc2bda800fa6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: echo "::add-matcher::.github/matchers/sphinx.json" ./ci/run-docs echo "::remove-matcher owner=sphinx::" - - uses: actions/upload-artifact@v4.4.3 + - uses: actions/upload-artifact@v4.5.0 with: name: Documentation path: docs/_build/html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 0f10b3180642..c8ed2a410d76 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -49,7 +49,7 @@ jobs: sed 's@^@docs/@' docs/_build/linkcheck/output.txt echo "::remove-matcher owner=sphinx::" echo "::remove-matcher owner=sphinx-warn::" - - uses: actions/upload-artifact@v4.4.3 + - uses: actions/upload-artifact@v4.5.0 if: always() with: name: Linkcheck report diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1559a82a58c7..98c473b4c046 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -53,7 +53,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: Upload artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: SARIF file path: results.sarif