From 7190012022376acc5f726c5b6d82fef07edaa83c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Sep 2024 20:27:23 +0200 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.0 (#2576) --- .github/workflows/release-cli.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index bb24d4d159d..e54d7e3aa32 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -55,7 +55,7 @@ jobs: chmod +x bin/* - name: Archive build artifacts - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: bin path: cli/bin diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e284e034411..0622fdedc43 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif