Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2...v6)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d01280e commit d5bd368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ jobs:
fetch-depth: 0

# try to get results from tests
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
continue-on-error: true
with:
workflow: ${{github.event.workflow_run.name}}
run_id: ${{github.event.workflow_run.id}}
name: sizes
path: sizes
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
continue-on-error: true
with:
workflow: ${{github.event.workflow_run.name}}
run_id: ${{github.event.workflow_run.id}}
name: cov
path: cov
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
continue-on-error: true
with:
workflow: ${{github.event.workflow_run.name}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
continue-on-error: true
with:
workflow: ${{github.event.workflow_run.name}}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
# generated comment?
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
continue-on-error: true
with:
workflow: ${{github.event.workflow_run.name}}
Expand Down

0 comments on commit d5bd368

Please sign in to comment.