Skip to content

Commit 520f935

Browse files
authored
Merge pull request #45 from valkey-io/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 720ac12 + b917e4a commit 520f935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build sdist
2222
run: |
2323
python3 setup.py sdist
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v5
2525
with:
2626
name: source-dist
2727
path: ./dist/*.tar.gz
@@ -53,7 +53,7 @@ jobs:
5353
# emulated ones
5454
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
with:
5858
name: ${{matrix.os}}-wheels
5959
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)