Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 9984a9c commit 1106308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ jobs:
run: |
pip3 install coverage
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ./python-sdk/coverage
- name: Run coverage
Expand Down Expand Up @@ -651,7 +651,7 @@ jobs:
path: .test_durations
key: test_durations-0-${{ github.run_id }}
- name: Collect
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./python-sdk/artifacts
- name: Consolidate and print durations
Expand Down

0 comments on commit 1106308

Please sign in to comment.