Skip to content

Commit 9a4c6a0

Browse files
authored
Merge pull request #179 from dimastbk/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents eccc4e5 + b2daea9 commit 9a4c6a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237

238238
- run: twine check --strict dist/*
239239

240-
- uses: actions/upload-artifact@v5
240+
- uses: actions/upload-artifact@v6
241241
with:
242242
name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
243243
path: dist
@@ -257,7 +257,7 @@ jobs:
257257

258258
steps:
259259
- name: Download All Artifacts
260-
uses: actions/download-artifact@v6
260+
uses: actions/download-artifact@v7
261261
with:
262262
path: dist
263263
pattern: wheels-*
@@ -277,7 +277,7 @@ jobs:
277277

278278
steps:
279279
- name: Download All Artifacts
280-
uses: actions/download-artifact@v6
280+
uses: actions/download-artifact@v7
281281
with:
282282
path: dist
283283
pattern: wheels-*

0 commit comments

Comments
 (0)