Skip to content

Commit eae9a57

Browse files
Bump actions/download-artifact from 4.3.0 to 7.0.0 (#3941)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 7.0.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a893e15 commit eae9a57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conformance_weight_compression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888
with:
8989
sparse-checkout: .github/scripts/pytest_md_summary.py
90-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9191
with:
9292
pattern: weight-compression-pytest-results-*
9393
path: test-results

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
233233
with:
234234
sparse-checkout: .github/scripts/pytest_md_summary.py
235-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
235+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
236236
with:
237237
pattern: examples-cpu-pytest-results-*
238238
path: test-results
@@ -250,7 +250,7 @@ jobs:
250250
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
251251
with:
252252
sparse-checkout: .github/scripts/pytest_md_summary.py
253-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
253+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
254254
with:
255255
pattern: examples-cuda-pytest-results-*
256256
path: test-results
@@ -268,7 +268,7 @@ jobs:
268268
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
269269
with:
270270
sparse-checkout: .github/scripts/pytest_md_summary.py
271-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
271+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
272272
with:
273273
pattern: examples-win-cpu-pytest-results-*
274274
path: test-results

0 commit comments

Comments
 (0)