Skip to content

Commit c431bb5

Browse files
renovate[bot]dkropachev
authored andcommitted
chore(deps): update github artifact actions
1 parent ac91d60 commit c431bb5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
id-token: write
2525
steps:
26-
- uses: actions/download-artifact@v5
26+
- uses: actions/download-artifact@v6
2727
with:
2828
path: dist
2929
merge-multiple: true

.github/workflows/lib-build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
GITHUB_WORKFLOW_REF="scylladb/python-driver/.github/workflows/lib-build-and-push.yml@refs/heads/master" CIBW_BUILD="cp3*" cibuildwheel --archs aarch64 --output-dir wheelhouse
155155
156-
- uses: actions/upload-artifact@v4
156+
- uses: actions/upload-artifact@v5
157157
with:
158158
name: wheels-${{ matrix.target }}-${{ matrix.os }}
159159
path: ./wheelhouse/*.whl
@@ -172,7 +172,7 @@ jobs:
172172
- name: Build sdist
173173
run: uv build --sdist
174174

175-
- uses: actions/upload-artifact@v4
175+
- uses: actions/upload-artifact@v5
176176
with:
177177
name: source-dist
178178
path: dist/*.tar.gz
@@ -185,7 +185,7 @@ jobs:
185185
id-token: write
186186

187187
steps:
188-
- uses: actions/download-artifact@v5
188+
- uses: actions/download-artifact@v6
189189
with:
190190
path: dist
191191
merge-multiple: true

.github/workflows/publish-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
permissions:
5454
id-token: write
5555
steps:
56-
- uses: actions/download-artifact@v5
56+
- uses: actions/download-artifact@v6
5757
with:
5858
path: dist
5959
merge-multiple: true

0 commit comments

Comments
 (0)