From 9bd835a72dc034f9912c1fd04bddb58faa47dd62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:34:29 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-release.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/ssfscorecard.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 79b74f56..4b45654f 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -132,7 +132,7 @@ jobs: # Upload artifact - name: Upload mla-component.umd.cjs - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: mla-component.umd.cjs path: ./packages/webcomponent-mla/dist/mla-component.umd.cjs @@ -141,7 +141,7 @@ jobs: # Upload signature - name: Upload mla-component.umd.cjs - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: mla-component.umd.cjs.asc path: ./packages/webcomponent-mla/dist/mla-component.umd.cjs.asc diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cfe9dac2..36751b6f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: uses: oxsecurity/megalinter@d8c95fc6f2237031fb9e9322b0f97100168afa6e # v8.2.0 - name: Archive production artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: MegaLinter reports path: | diff --git a/.github/workflows/ssfscorecard.yml b/.github/workflows/ssfscorecard.yml index 7ab12c5c..640dddcc 100644 --- a/.github/workflows/ssfscorecard.yml +++ b/.github/workflows/ssfscorecard.yml @@ -47,7 +47,7 @@ jobs: # uploads of run results in SARIF format to the repository Actions tab. # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts - name: "Upload artifact" - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: SARIF file path: results.sarif