Skip to content

Commit 9074439

Browse files
authored
Merge pull request #223 from finsberg/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a845da9 + ebc22af commit 9074439

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_joss_paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
paper-path: ./joss-paper/paper.md
1717

1818
- name: Upload
19-
uses: actions/upload-artifact@v5
19+
uses: actions/upload-artifact@v6
2020
with:
2121
name: paper
2222
path: ./joss-paper/paper.pdf

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Upload HTML report.
4949
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: html-report
5353
path: htmlcov

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Build SDist and wheel
1212
run: pipx run build
1313

14-
- uses: actions/upload-artifact@v5
14+
- uses: actions/upload-artifact@v6
1515
with:
1616
path: dist/*
1717

0 commit comments

Comments
 (0)