Skip to content

Commit

Permalink
upload / download artifacts to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gatoniel committed Oct 22, 2024
1 parent c33e787 commit 6ed3fcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4.4"
with:
name: coverage-data
path: ".coverage.*"
include-hidden-files: true

- name: Upload documentation
if: matrix.session == 'docs-build'
Expand Down Expand Up @@ -138,7 +139,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 6ed3fcf

Please sign in to comment.