Skip to content

Commit 2fa3024

Browse files
authored
Merge pull request #687 from pytroll/dependabot/github_actions/actions/upload-artifact-5
2 parents 69feb51 + 2d3a0c0 commit 2fa3024

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
@@ -28,7 +28,7 @@ jobs:
2828
python -m build -s
2929
3030
- name: Upload sdist to build artifacts
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: sdist
3434
path: dist/*.tar.gz
@@ -69,7 +69,7 @@ jobs:
6969
CIBW_BUILD_VERBOSITY: 1
7070

7171
- name: Upload wheel(s) as build artifacts
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: "wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}"
7575
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)