Skip to content

Commit 0f2d2a2

Browse files
⬆️ Update actions/download-artifact action to v4 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a13333 commit 0f2d2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: ⬇️ Download coverage data
56-
uses: actions/download-artifact@v3.0.2
56+
uses: actions/download-artifact@v4.1.1
5757
- name: 🏗 Set up Poetry
5858
run: pipx install poetry
5959
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)