Skip to content

Commit

Permalink
Merge pull request #1694 from bowtie-json-schema/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/dawidd6/action-download-artifact-7

Bump dawidd6/action-download-artifact from 6 to 7
  • Loading branch information
Julian authored Dec 3, 2024
2 parents 2eb0405 + b5f2bdb commit 698cb42
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 698cb42

Please sign in to comment.