Skip to content

Commit 5107f26

Browse files
authored
Merge pull request #663 from rust-lang/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 38d49aa + 18efcf9 commit 5107f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-binary-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
# Clone backtrace to access Github composite actions to report size.
143143
- uses: actions/checkout@v3
144144
- name: Download size data
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4.1.7
146146
with:
147147
name: size-files
148148
path: ${{ env.SIZE_DATA_DIR }}

0 commit comments

Comments
 (0)