From ab500634476cf83fbc81432f305c1e0545663a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:52:32 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.2 --- .github/workflows/docs.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9265bff061ae..59e06ed3d1a8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: echo "::add-matcher::.github/matchers/sphinx.json" ./ci/run-docs echo "::remove-matcher owner=sphinx::" - - uses: actions/upload-artifact@v4.4.1 + - uses: actions/upload-artifact@v4.4.2 with: name: Documentation path: docs/_build/html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index c090e9ec8ff5..c539abbcb559 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -51,7 +51,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.1 + - uses: actions/upload-artifact@v4.4.2 if: always() with: name: Linkcheck report diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 8e9bffa10502..ac96633abc41 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.1 + uses: actions/upload-artifact@v4.4.2 with: name: SARIF file path: results.sarif