We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8210a77 commit 06a10caCopy full SHA for 06a10ca
.github/workflows/bundle-compare.yml
@@ -34,7 +34,7 @@ jobs:
34
persist-credentials: false
35
36
- name: Download Stats (HEAD)
37
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
38
with:
39
name: webpack-stats
40
path: head-stats
@@ -51,7 +51,7 @@ jobs:
51
echo "run_id=$ID" >> $GITHUB_OUTPUT
52
53
- name: Download Stats (BASE)
54
55
56
57
path: base-stats
0 commit comments