Skip to content

Commit 4b2d84b

Browse files
authored
Merge pull request #115 from pytroll/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 8cefd21 + 367dbd0 commit 4b2d84b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m build -s
2222
2323
- name: Upload sdist to build artifacts
24-
uses: actions/upload-artifact@v6
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: sdist
2727
path: dist/*.tar.gz
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_TEST_SKIP: "*_arm64"
6060
CIBW_ENABLE: cpython-freethreading
6161

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

0 commit comments

Comments
 (0)