Skip to content

Commit 8b6010a

Browse files
dependabot[bot]jorisv
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddcf65f commit 8b6010a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cmake --build . --config Release --target doc
5151
5252
- name: Archive artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: site
5656
path: build/doc/doxygen-html

.github/workflows/release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- run: echo "ARTIFACT_NAME=dist-${{ matrix.arch }}-${{ matrix.build }}" | sed 's/\*/_/g' >> $GITHUB_ENV
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
with:
5858
name: ${{ env.ARTIFACT_NAME }}
5959
path: dist

.github/workflows/release-osx-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
mv dist/proxsuite*.whl dist_proxsuite
8585
8686
- name: Archive artifacts
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
9090
path: dist_proxsuite

0 commit comments

Comments
 (0)