diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/coverage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 28a2cd6..778aa6b 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml | |||
| @@ -43,7 +43,7 @@ jobs: | |||
| 43 | - name: Setup Pages | 43 | - name: Setup Pages |
| 44 | uses: actions/configure-pages@v3 | 44 | uses: actions/configure-pages@v3 |
| 45 | - name: Upload artifact | 45 | - name: Upload artifact |
| 46 | uses: actions/upload-pages-artifact@v1 | 46 | uses: actions/upload-pages-artifact@v3 |
| 47 | with: | 47 | with: |
| 48 | # Upload entire repository | 48 | # Upload entire repository |
| 49 | path: './tests/coverage/' | 49 | path: './tests/coverage/' |
