Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 2, 2024
1 parent 4bb0faa commit fdf56e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 181 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
if: always()
- run: docker compose down

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Geoportal coverage
path: artifacts/geoportal-coverage/
if-no-files-found: ignore
retention-days: 5
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: QGISserver plugin coverage
path: artifacts/qgisserver-plugin-coverage/
Expand All @@ -125,7 +125,7 @@ jobs:
run: ci/extract-documentation artifacts/documentations/
if: always()

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Documentation
path: artifacts/documentations/
Expand Down
178 changes: 0 additions & 178 deletions .github/workflows/ngeo-25.yaml

This file was deleted.

0 comments on commit fdf56e7

Please sign in to comment.