Skip to content

Commit c67dddf

Browse files
authored
Merge pull request #452 from Simple-Robotics/dependabot/github_actions/devel/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents ea98ad4 + 81678fb commit c67dddf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
53+
uses: actions/upload-artifact@v7
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
@@ -50,7 +50,7 @@ jobs:
5050

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

53-
- uses: actions/upload-artifact@v6
53+
- uses: actions/upload-artifact@v7
5454
with:
5555
name: ${{ env.ARTIFACT_NAME }}
5656
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@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
9090
path: dist_proxsuite

0 commit comments

Comments
 (0)