Skip to content

Commit

Permalink
build(deps): bump dawidd6/action-download-artifact in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#589)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 734c4e0 commit fa9ab09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: table
path: table.csv

- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
with:
pr: ${{github.event.pull_request.number}}
workflow: CI.yml
Expand All @@ -51,12 +51,12 @@ jobs:
- uses: actions/[email protected]
with:
name: table
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
with:
pr: ${{github.event.pull_request.number}}
workflow: CI.yml
name: executable
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v6
with:
pr: ${{github.event.pull_request.number}}
workflow: CI.yml
Expand All @@ -77,7 +77,7 @@ jobs:
# if: github.base_ref == 'main'
#
# steps:
# - uses: dawidd6/action-download-artifact@v2
# - uses: dawidd6/action-download-artifact@v6
# with:
# pr: ${{github.event.pull_request.number}}
# workflow: CI.yml
Expand Down

0 comments on commit fa9ab09

Please sign in to comment.