Skip to content

Commit e8d368a

Browse files
Update dawidd6/action-download-artifact action to v9
1 parent 8b1c1b0 commit e8d368a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/benchmarks-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: 📥 Checkout
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

17-
- uses: dawidd6/action-download-artifact@v3
17+
- uses: dawidd6/action-download-artifact@v9
1818
with:
1919
workflow: benchmarks.yml
2020
name: benchmark-results

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
&& github.event.workflow_run.event == 'push' }}
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: dawidd6/action-download-artifact@v3
17+
- uses: dawidd6/action-download-artifact@v9
1818
with:
1919
workflow: ci.yml
2020
name: nuget-packages

.github/workflows/stryker-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ jobs:
1414
- name: 📥 Checkout
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

17-
- uses: dawidd6/action-download-artifact@v3
17+
- uses: dawidd6/action-download-artifact@v9
1818
with:
1919
workflow: stryker.yml
2020
name: stryker-results-metadata
2121

22-
- uses: dawidd6/action-download-artifact@v3
22+
- uses: dawidd6/action-download-artifact@v9
2323
with:
2424
workflow: stryker.yml
2525
name: stryker-results
2626

27-
- uses: dawidd6/action-download-artifact@v3
27+
- uses: dawidd6/action-download-artifact@v9
2828
with:
2929
workflow: stryker.yml
3030
name: stryker-results-moq
3131

32-
- uses: dawidd6/action-download-artifact@v3
32+
- uses: dawidd6/action-download-artifact@v9
3333
with:
3434
workflow: stryker.yml
3535
name: stryker-results-fakeiteasy
3636

37-
- uses: dawidd6/action-download-artifact@v3
37+
- uses: dawidd6/action-download-artifact@v9
3838
with:
3939
workflow: stryker.yml
4040
name: stryker-results-nsubstitute

.github/workflows/test-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- name: 📥 Checkout
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313

14-
- uses: dawidd6/action-download-artifact@v3
14+
- uses: dawidd6/action-download-artifact@v9
1515
with:
1616
workflow: performance.yml
1717
name: performance-test-results
1818

19-
- uses: dawidd6/action-download-artifact@v3
19+
- uses: dawidd6/action-download-artifact@v9
2020
with:
2121
workflow: ci.yml
2222
name: test-results

0 commit comments

Comments
 (0)