Skip to content

Commit a942e35

Browse files
committed
chore(ci): update upload/download-artifact actions to v4
1 parent d9608dc commit a942e35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tox -v
4545
4646
- name: Store coverage reports
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: coverage-${{ matrix.python-version }}
5050
path: coverage.xml
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: coverage-3.9
6565
path: .

0 commit comments

Comments
 (0)