Skip to content

Commit 3f20650

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48fa37b commit 3f20650

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m pytest tests -v
5656
5757
- name: Upload artifact
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
6161
path: dist/

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pytest tests -k "highs or ipopt" -v
5353
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5858
path: dist/

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
output-dir: wheelhouse
4444
config-file: "{package}/pyproject.toml"
4545

46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v6
4747
with:
4848
name: cibw-wheels-${{ runner.os }}-${{ runner.arch }}
4949
path: ./wheelhouse/*.whl

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pytest tests -v
5353
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: pyoptinterface-wheel-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
5858
path: dist/

0 commit comments

Comments
 (0)