Skip to content

Commit ccf2b82

Browse files
Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#400)
1 parent e394f0f commit ccf2b82

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@e6e25ac3a2b93187502a8be1ef9e9603afc34925
18+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
1919
with:
2020
workflow: test-push.yml
2121
workflow_conclusion: completed
2222
name: k8s-log
2323
path: tests/
24-
- uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925
24+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
2525
with:
2626
workflow: test-push.yml
2727
workflow_conclusion: completed
2828
name: calico-log
2929
path: tests/
30-
- uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925
30+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
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@e6e25ac3a2b93187502a8be1ef9e9603afc34925
33+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
3434
with:
3535
workflow: test-push.yml
3636
workflow_conclusion: completed
3737
name: k8s-log
3838
path: tests/
39-
- uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925
39+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
4040
with:
4141
workflow: test-push.yml
4242
workflow_conclusion: completed
4343
name: calico-log
4444
path: tests/
45-
- uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925
45+
- uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
4646
with:
4747
workflow: test-push.yml
4848
workflow_conclusion: completed

0 commit comments

Comments
 (0)