From 92db6a074cf17f01552ffe614dd74892ada8f910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:16:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.3 --- .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 59e06ed3d1a8..727227921cf7 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.2 + - uses: actions/upload-artifact@v4.4.3 with: name: Documentation path: docs/_build/html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index c539abbcb559..16097638af8b 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.2 + - uses: actions/upload-artifact@v4.4.3 if: always() with: name: Linkcheck report diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ac96633abc41..b2a096cd74d2 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.2 + uses: actions/upload-artifact@v4.4.3 with: name: SARIF file path: results.sarif