Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 57d9717 commit b5f2bdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
# if called as a separate workflow
- name: Download latest Benchmark Report
if: inputs.report_benchmark_artifact_in_scope == false
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: benchmark.yml
branch: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
# if called as a separate workflow
- name: Download latest test report
if: inputs.report_artifact_in_scope == false
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: report.yml
branch: main
name: site
path: _site

- name: Download latest versioned test reports
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: versioned-report.yml
branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioned-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
path: implementations

- name: Download latest versioned test reports
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: versioned-report.yml
branch: main
Expand Down

0 comments on commit b5f2bdb

Please sign in to comment.