Skip to content

Commit de3ad46

Browse files
authored
Merge pull request #426 from anastruct/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e999e47 + d0ea672 commit de3ad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: poetry build -f sdist
2626

2727
- name: Upload Source Distribution
28-
uses: actions/upload-artifact@v6
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: cibw-sdist
3131
path: dist/*.tar.gz
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
output-dir: dist
6666

67-
- uses: actions/upload-artifact@v6
67+
- uses: actions/upload-artifact@v7
6868
with:
6969
name: cibw-wheels-${{ matrix.python }}-${{ matrix.buildplat[1] }}
7070
path: ./dist/*.whl

0 commit comments

Comments
 (0)