Skip to content

Commit 577e055

Browse files
Update GitHub Artifact Actions (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e88d6fd commit 577e055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "UUID=${UUID}" >> $GITHUB_ENV
6969
mv .coverage .coverage.${UUID}
7070
- name: upload coverage file
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: .coverage.${{ env.UUID }}
7474
path: .coverage.${{ env.UUID }}
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
version-file: pyproject.toml
9292
- name: Download coverage files
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v7
9494
with:
9595
merge-multiple: true
9696
path: coverage_files

0 commit comments

Comments
 (0)