Skip to content

Commit c44fecc

Browse files
Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0 (#439)
1 parent ae289d4 commit c44fecc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reset-tests-expected-runtime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
1717
- uses: ./.github/actions/setup-nca-env
18-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
18+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
1919
with:
2020
workflow: test-push.yml
2121
workflow_conclusion: completed
2222
name: k8s-log
2323
path: tests/
24-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
24+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
2525
with:
2626
workflow: test-push.yml
2727
workflow_conclusion: completed
2828
name: calico-log
2929
path: tests/
30-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
30+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
3131
with:
3232
workflow: test-push.yml
3333
workflow_conclusion: completed

.github/workflows/update-tests-expected-runtime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3232
- uses: ./.github/actions/setup-nca-env
33-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
33+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
3434
with:
3535
workflow: test-push.yml
3636
workflow_conclusion: completed
3737
name: k8s-log
3838
path: tests/
39-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
39+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
4040
with:
4141
workflow: test-push.yml
4242
workflow_conclusion: completed
4343
name: calico-log
4444
path: tests/
45-
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
45+
- uses: dawidd6/action-download-artifact@b59d8c6a6c5c6c6437954f470d963c0b20ea7415
4646
with:
4747
workflow: test-push.yml
4848
workflow_conclusion: completed

0 commit comments

Comments
 (0)