From 0519c946f808b0c276eeab830d8a0fb88f8e9276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:48:05 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.1 --- .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 5e8eea9ac12a..9265bff061ae 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.0 + - uses: actions/upload-artifact@v4.4.1 with: name: Documentation path: docs/_build/html diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 69bf24e9c8ab..c090e9ec8ff5 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.0 + - uses: actions/upload-artifact@v4.4.1 if: always() with: name: Linkcheck report diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f3deb81ea9ec..a2e16685799d 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.0 + uses: actions/upload-artifact@v4.4.1 with: name: SARIF file path: results.sarif