Skip to content

Commit e6cbc62

Browse files
authored
Merge pull request #221 from pytroll/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents f66a0a1 + 434f19b commit e6cbc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m build -s
2323
2424
- name: Upload sdist to build artifacts
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: sdist
2828
path: dist/*.tar.gz
@@ -60,7 +60,7 @@ jobs:
6060
CIBW_ARCHS: "${{ matrix.arch }}"
6161
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
6262

63-
- uses: actions/upload-artifact@v6
63+
- uses: actions/upload-artifact@v7
6464
with:
6565
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
6666
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)