summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjvoisin2025-05-12 18:52:20 +0200
committerjvoisin2025-05-12 18:52:20 +0200
commit2c17bdbd255e75f48753a1429589b3a17cde872a (patch)
tree7d6feb8fd9eac1e9e86b811ef8e916959f4b4659 /.github/workflows
parent4cef5d2be961cefe30b93e75f564648709060ed9 (diff)
Bump actions/upload-pages-artifact from v1 to v3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/coverage.yaml2
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/'