Skip to content

Commit 4e9fcb0

Browse files
Bump actions/upload-artifact from 6 to 7 (#76)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 194016c commit 4e9fcb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
rust-toolchain: stable
4444
- name: List files
4545
run: find dist/ -type f -print0 -quit | xargs -0 tar ztf
46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
with:
4848
name: package_sdist
4949
path: dist
@@ -112,7 +112,7 @@ jobs:
112112
- name: Check with Twine
113113
run: twine check --strict dist/*
114114
- name: Upload artifact
115-
uses: actions/upload-artifact@v6
115+
uses: actions/upload-artifact@v7
116116
with:
117117
name: package_${{ matrix.os }}_${{ matrix.target }}_${{ matrix.interpreter || 'all' }}_${{ matrix.manylinux }}
118118
path: dist

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
mkdir examples/wasm/pkg
8383
cp pkg/* examples/wasm/pkg/
8484
- name: Upload Wasm
85-
uses: actions/upload-artifact@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: wasm-example
8888
path: examples/wasm
@@ -157,7 +157,7 @@ jobs:
157157
cp Evalica.svg jupyter/
158158
- if: matrix.python-version == '3.14'
159159
name: Upload Jupyter
160-
uses: actions/upload-artifact@v6
160+
uses: actions/upload-artifact@v7
161161
with:
162162
name: jupyter
163163
path: jupyter

0 commit comments

Comments
 (0)