We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a845da9 + ebc22af commit 9074439Copy full SHA for 9074439
.github/workflows/build_joss_paper.yml
@@ -16,7 +16,7 @@ jobs:
16
paper-path: ./joss-paper/paper.md
17
18
- name: Upload
19
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
20
with:
21
name: paper
22
path: ./joss-paper/paper.pdf
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload HTML report.
49
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
50
51
52
name: html-report
53
path: htmlcov
.github/workflows/pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Build SDist and wheel
12
run: pipx run build
13
14
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
15
path: dist/*
0 commit comments