aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-18 00:08:36 +0000
committerGitHub <[email protected]>2024-12-18 00:08:36 +0000
commitdb35a965abe1333bb33a1b432531a5de32811d5a (patch)
tree283004a6a87da6de3b77c9b1b3a5d55140ae3654
parente84c65cc9b292d26b8808cb51916d414f7cf044b (diff)
downloadrenovate-db35a965abe1333bb33a1b432531a5de32811d5a.tar.gz
renovate-db35a965abe1333bb33a1b432531a5de32811d5a.zip
chore(deps): update actions/upload-artifact action to v4.5.0 (#33182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml6
-rw-r--r--.github/workflows/scorecard.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e8451567a40..bfcc54a25cf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -411,7 +411,7 @@ jobs:
- name: Save coverage artifacts
if: (success() || failure()) && github.event.pull_request.draft != true && matrix.coverage
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: ${{ matrix.upload-artifact-name }}
path: |
@@ -567,7 +567,7 @@ jobs:
run: pnpm test-e2e:pack
- name: Upload
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: renovate-package
path: renovate-0.0.0-semantic-release.tgz
@@ -611,7 +611,7 @@ jobs:
run: pnpm test:docs
- name: Upload
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: docs
path: tmp/docs/
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index de03e2e09ec..d2b0c20e309 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -43,7 +43,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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif