Skip to content

Commit 4a62e86

Browse files
committed
Update artifacts
1 parent f62d75e commit 4a62e86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Upload coverage reports artifact
5454
if: github.ref == 'refs/heads/master'
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: coverage-report
5858
path: htmlcov/
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Download coverage reports
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: coverage-report
7676
path: htmlcov/
@@ -85,4 +85,4 @@ jobs:
8585

8686
- name: Deploy to GitHub Pages
8787
id: deployment
88-
uses: actions/deploy-pages@v2
88+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)