Skip to content

Commit

Permalink
workflow: update upload and download artivact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
guysalt committed Jul 1, 2024
1 parent c1ab873 commit 16e3ad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
run: nox --force-color --session=docs-build

- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build
overwrite: true
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-data
path: ".coverage.*"
overwrite: true

coverage:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +124,7 @@ jobs:
nox --version
- name: Download coverage data
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-data

Expand Down

0 comments on commit 16e3ad2

Please # to comment.