Skip to content

Commit 60b3e1b

Browse files
chore(deps): bump actions/download-artifact from 6 to 7
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] <support@github.com>
1 parent af0059d commit 60b3e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
steps:
254254
- name: fetch test artifacts
255255
# see https://github.com/actions/download-artifact
256-
uses: actions/download-artifact@v6
256+
uses: actions/download-artifact@v7
257257
with:
258258
path: ${{ env.REPORTS_DIR }}
259259
pattern: ${{ env.TESTS_REPORTS_ARTIFACT }}-*

0 commit comments

Comments
 (0)