Skip to content

Commit 277f8a6

Browse files
Update GitHub Artifact Actions (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aad2e9f commit 277f8a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pipx run build --sdist
2020
- name: Check metadata
2121
run: pipx run twine check dist/*
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v7
2323
with:
2424
name: cibw-sdist
2525
path: dist/*.tar.gz
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.x"
38-
- uses: actions/download-artifact@v4
38+
- uses: actions/download-artifact@v8
3939
with:
4040
pattern: cibw-*
4141
path: dist

0 commit comments

Comments
 (0)