Skip to content

Commit

Permalink
Update all artifact uploaders and downloaders to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Mar 7, 2024
1 parent 4834a41 commit afe1478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
python -m pip install --upgrade coverage[toml] coverage-badge
- name: "Download coverage data"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: "coverage-data"
- name: "Combine coverage and fail it it’s under 100 %"
Expand All @@ -86,7 +86,7 @@ jobs:
# Commented out to save future
# if: ${{ failure() }}
- name: "Upload badge"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: covbadge
path: coverage.svg
Expand Down Expand Up @@ -116,12 +116,12 @@ jobs:
name: "html-report"
path: "docs/build/html/coverage/htmlcov/"
- name: "Download coverage badge"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: "covbadge"
path: "docs/build/html"
- name: Upload artifacts
uses: actions/upload-artifact@v4"
uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/build/html/
Expand Down

0 comments on commit afe1478

Please sign in to comment.