We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62d75e commit 4a62e86Copy full SHA for 4a62e86
1 file changed
.github/workflows/test-coverage.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload coverage reports artifact
54
if: github.ref == 'refs/heads/master'
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: coverage-report
58
path: htmlcov/
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-latest
71
steps:
72
- name: Download coverage reports
73
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
74
75
76
@@ -85,4 +85,4 @@ jobs:
85
86
- name: Deploy to GitHub Pages
87
id: deployment
88
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v2
0 commit comments