Skip to content

Commit 0b68122

Browse files
build(deps): bump actions/download-artifact in the github-actions group (#2002)
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3ce79d commit 0b68122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: [ pytest-common, pytest-torch ]
8282
steps:
8383
- uses: actions/checkout@v4
84-
- uses: actions/download-artifact@v4
84+
- uses: actions/download-artifact@v5
8585
- name: Upload coverage to Codecov
8686
uses: codecov/codecov-action@v5
8787
with:

0 commit comments

Comments
 (0)