Skip to content

Commit d2ad990

Browse files
committed
ci: update GitHub Actions to use latest artifact actions
- Upgraded actions/download-artifact from v5 to v7. - Upgraded actions/upload-artifact from v3 to v6.
1 parent c8419f3 commit d2ad990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: python -m pip install --upgrade coverage[toml]
6464

6565
- name: Download data
66-
uses: actions/download-artifact@v5
66+
uses: actions/download-artifact@v7
6767
with:
6868
name: coverage-data
6969

@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload HTML report
7777
if: ${{ failure() }}
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v6
7979
with:
8080
name: html-report
8181
path: htmlcov

0 commit comments

Comments
 (0)