Skip to content
Snippets Groups Projects
Unverified Commit 3bbbd90c authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update actions/upload-artifact action to v4.4.2 (#31863)

parent 866bdfab
No related branches found
No related tags found
No related merge requests found
...@@ -410,7 +410,7 @@ jobs: ...@@ -410,7 +410,7 @@ jobs:
- name: Save coverage artifacts - name: Save coverage artifacts
if: (success() || failure()) && github.event.pull_request.draft != true && matrix.coverage if: (success() || failure()) && github.event.pull_request.draft != true && matrix.coverage
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with: with:
name: ${{ matrix.upload-artifact-name }} name: ${{ matrix.upload-artifact-name }}
path: | path: |
...@@ -566,7 +566,7 @@ jobs: ...@@ -566,7 +566,7 @@ jobs:
run: pnpm test-e2e:pack run: pnpm test-e2e:pack
- name: Upload - name: Upload
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with: with:
name: renovate-package name: renovate-package
path: renovate-0.0.0-semantic-release.tgz path: renovate-0.0.0-semantic-release.tgz
...@@ -610,7 +610,7 @@ jobs: ...@@ -610,7 +610,7 @@ jobs:
run: pnpm test:docs run: pnpm test:docs
- name: Upload - name: Upload
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with: with:
name: docs name: docs
path: tmp/docs/ path: tmp/docs/
......
...@@ -43,7 +43,7 @@ jobs: ...@@ -43,7 +43,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab. # format to the repository Actions tab.
- name: 'Upload artifact' - name: 'Upload artifact'
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment