Skip to content

Commit 2745105

Browse files
authored
Merge pull request #230 from TEOS-10/dependabot/github_actions/github-actions-8264a15060
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions group
2 parents e40c4cb + 9e04cec commit 2745105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -m pytest --pyargs gsw &&
4848
abi3audit ${{ github.workspace }}/wheelhouse/*.whl --summary --assume-minimum-abi3 3.11 --verbose --strict
4949
50-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
50+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5151
with:
5252
name: pypi-artifacts-${{ matrix.os }}-${{ matrix.arch }}
5353
path: ${{ github.workspace }}/wheelhouse/*.whl
@@ -70,7 +70,7 @@ jobs:
7070
&& twine check dist/*
7171
&& check-manifest --verbose
7272
73-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
73+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7474
with:
7575
name: pypi-artifacts
7676
path: ${{ github.workspace }}/dist/*.tar.gz

0 commit comments

Comments
 (0)