Skip to content

Commit f8d830a

Browse files
chore(deps): update github artifact actions
1 parent 9a51f58 commit f8d830a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload coverage
4646
# Upload coverage only from the django52 job to avoid duplicate artifacts across the Django test matrix.
4747
if: matrix.db-version == 'mysql80' && matrix.django-version == 'django52'
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: coverage${{ matrix.pytest-split-group }}
5151
path: .coverage
@@ -62,7 +62,7 @@ jobs:
6262
PYTHON_VERSION: 3.12
6363
- name: Download all artifacts
6464
# Downloads coverage1, coverage2, etc.
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v7
6666
- name: Run coverage
6767
run: make ci_coverage
6868
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)