Skip to content

Commit 1e730bc

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fac21b2 commit 1e730bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ls -l wheelhouse
5757
5858
- name: upload artifacts
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: artifact-whl
6262
path: ./wheelhouse/*.whl
@@ -78,7 +78,7 @@ jobs:
7878
ls -l dist
7979
8080
- name: upload artifacts
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: artifact-sdist
8484
path: ./dist/*.tar.gz

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
journal: joss
1818
paper-path: joss_paper/paper.md
1919
- name: Upload
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v7
2121
with:
2222
name: paper
2323
path: joss_paper/paper.pdf

0 commit comments

Comments
 (0)