Skip to content

Commit 3b38a94

Browse files
authored
Merge pull request #235 from TEOS-10/dependabot/github_actions/github-actions-4684ddd577
Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the github-actions group
2 parents ddee274 + 1e19f6e commit 3b38a94

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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
73+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7474
with:
7575
name: pypi-artifacts
7676
path: ${{ github.workspace }}/dist/*.tar.gz

0 commit comments

Comments
 (0)