Skip to content

Commit a988561

Browse files
Bump actions/download-artifact from 6 to 7 (microsoft#2862)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e7bad0 commit a988561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Download coverage report
24-
uses: actions/download-artifact@v6
24+
uses: actions/download-artifact@v7
2525
with:
2626
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
2727
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)