Skip to content

Commit 26e9e7b

Browse files
authored
Merge pull request #294 from brookshsmith/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 83b4914 + e2a36fd commit 26e9e7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: poetry build -f sdist
2929

3030
- name: Upload Source Distribution
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: cibw-sdist
3434
path: dist/*.tar.gz
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
output-dir: dist
6969

70-
- uses: actions/upload-artifact@v6
70+
- uses: actions/upload-artifact@v7
7171
with:
7272
name: cibw-wheels-${{ matrix.python }}-${{ matrix.buildplat[1] }}
7373
path: ./dist/*.whl

0 commit comments

Comments
 (0)