Skip to content

Commit f0bc8d4

Browse files
meta: bump actions/download-artifact from 8.0.0 to 8.0.1 (#702)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9159d94 commit f0bc8d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Download metadata artifact
6060
if: ${{ github.event_name == 'pull_request' }}
61-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
61+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6262
with:
6363
name: commit
6464
run-id: ${{ steps.main.outputs.run_id }}
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: Download base branch artifact
158158
if: ${{ matrix.compare && needs.prepare.outputs.base-run }}
159-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
159+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
160160
with:
161161
name: ${{ matrix.target }}
162162
path: base

.github/workflows/leave-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
egress-policy: audit
2222

2323
- name: Download all comparison artifacts
24-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
24+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2525
with:
2626
run-id: ${{ github.event.workflow_run.id }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)