Skip to content

Commit 9e4e54c

Browse files
Bump actions/upload-artifact from 5 to 6 (#699)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f925ffb commit 9e4e54c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/osxbinary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: make
3232
- run: sudo make install
3333
- run: make osx-dmg
34-
- uses: actions/upload-artifact@v5
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: artifact-osx-14
3737
path: "*.dmg"

.github/workflows/tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: make
4747
- run: sudo make install
4848
- run: make osx-dmg
49-
- uses: actions/upload-artifact@v5
49+
- uses: actions/upload-artifact@v6
5050
with:
5151
name: artifact-osx-14
5252
path: "*.dmg"
@@ -65,7 +65,7 @@ jobs:
6565
- run: make
6666
- run: sudo make install
6767
- run: make osx-dmg
68-
- uses: actions/upload-artifact@v5
68+
- uses: actions/upload-artifact@v6
6969
with:
7070
name: artifact-osx-15
7171
path: "*.dmg"
@@ -93,7 +93,7 @@ jobs:
9393
cp gambit* installer
9494
"${WIX}bin/candle" build_support/msw/gambit.wxs
9595
"${WIX}bin/light" -ext WixUIExtension gambit.wixobj
96-
- uses: actions/upload-artifact@v5
96+
- uses: actions/upload-artifact@v6
9797
with:
9898
name: artifact-msw
9999
path: "*.msi"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
python -m cibuildwheel --output-dir wheelhouse/
2828
env:
2929
CIBW_SKIP: "pp*"
30-
- uses: actions/upload-artifact@v5
30+
- uses: actions/upload-artifact@v6
3131
with:
3232
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)