From 2b12fbbdf30bc5f85cb71d5c6b4e143fc7d3af1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:28:35 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.0 --- .github/workflows/scorecards.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 55824ee..194b071 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -65,7 +65,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@5d5d22a31266ced268874388b861e4b58bb5c2f3" # v4.3.1 + uses: "actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874" # v4.4.0 with: name: "SARIF file" path: "results.sarif" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0ecb733..c8a32c6 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -67,7 +67,7 @@ jobs: # codecov-token: "${{ secrets.CODECOV_TOKEN }}" - name: "Publish Build Artifacts" - uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4 + uses: "actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874" # v4.4.0 with: name: "unplugin-favicons-dist" path: "${{ github.workspace }}/dist"