Skip to content

Commit 06a10ca

Browse files
meta: bump actions/download-artifact from 8.0.0 to 8.0.1 (#8735)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8210a77 commit 06a10ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Download Stats (HEAD)
37-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
37+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3838
with:
3939
name: webpack-stats
4040
path: head-stats
@@ -51,7 +51,7 @@ jobs:
5151
echo "run_id=$ID" >> $GITHUB_OUTPUT
5252
5353
- name: Download Stats (BASE)
54-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
54+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5555
with:
5656
name: webpack-stats
5757
path: base-stats

0 commit comments

Comments
 (0)