Skip to content

Commit b39280e

Browse files
authored
Merge pull request #603 from rogerbinns/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 607d886 + 187f11c commit b39280e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_TEST_COMMAND: python -m apsw.tests -v
2424
APSW_HEAVY_DURATION: 2
2525

26-
- uses: actions/upload-artifact@v6
26+
- uses: actions/upload-artifact@v7
2727
with:
2828
name: dist-${{ matrix.os }}-${{ matrix.pyver }}
2929
path: ./wheelhouse/*.whl
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create source dist
3838
run: python setup.py sdist --for-pypi
3939

40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
with:
4242
name: dist-source
4343
path: ./dist/*

.github/workflows/build-testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_TEST_COMMAND: python -m apsw.tests -v
2424
APSW_HEAVY_DURATION: 2
2525

26-
- uses: actions/upload-artifact@v6
26+
- uses: actions/upload-artifact@v7
2727
with:
2828
name: dist-${{ matrix.os }}-${{ matrix.pyver }}
2929
path: ./wheelhouse/*.whl
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create source dist
3838
run: python setup.py sdist --for-pypi
3939

40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
with:
4242
name: dist-source
4343
path: ./dist/*

0 commit comments

Comments
 (0)