Skip to content

Commit b160cd9

Browse files
Build(deps): Bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 78b63fc commit b160cd9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This should be the path to the paper within your repo.
2020
paper-path: joss/paper.md
2121
- name: Upload
22-
uses: actions/upload-artifact@v5
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: paper
2525
# This is the output path where Pandoc will write the compiled

.github/workflows/release-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sccache: 'true'
4545
manylinux: auto
4646
- name: Upload wheels
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: wheels-linux-${{ matrix.platform.target }}
5050
path: dist
@@ -74,7 +74,7 @@ jobs:
7474
args: --release --out dist --find-interpreter
7575
sccache: 'true'
7676
- name: Upload wheels
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: wheels-windows-${{ matrix.platform.target }}
8080
path: dist
@@ -103,7 +103,7 @@ jobs:
103103
args: --release --out dist --find-interpreter
104104
sccache: 'true'
105105
- name: Upload wheels
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: wheels-macos-${{ matrix.platform.target }}
109109
path: dist
@@ -121,7 +121,7 @@ jobs:
121121
command: sdist
122122
args: --out dist
123123
- name: Upload sdist
124-
uses: actions/upload-artifact@v5
124+
uses: actions/upload-artifact@v7
125125
with:
126126
name: wheels-sdist
127127
path: dist

0 commit comments

Comments
 (0)