Skip to content

Commit 9d0dbf4

Browse files
⬆️ Update actions/download-artifact action to v6
1 parent 289a426 commit 9d0dbf4

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
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: ⬇️ Download coverage data
57-
uses: actions/download-artifact@v5.0.0
57+
uses: actions/download-artifact@v6.0.0
5858
- name: 🏗 Set up Poetry
5959
run: pipx install poetry
6060
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)