Skip to content

Commit

Permalink
Update dawidd6/action-download-artifact action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 14446db commit 20715ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 📥 Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: benchmarks.yml
name: benchmark-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
&& github.event.workflow_run.event == 'push' }}
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: ci.yml
name: nuget-packages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stryker-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ jobs:
- name: 📥 Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: stryker.yml
name: stryker-results-metadata

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: stryker.yml
name: stryker-results

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: stryker.yml
name: stryker-results-moq

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: stryker.yml
name: stryker-results-fakeiteasy

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: stryker.yml
name: stryker-results-nsubstitute
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: 📥 Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: performance.yml
name: performance-test-results

- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
with:
workflow: ci.yml
name: test-results
Expand Down

0 comments on commit 20715ba

Please sign in to comment.