Skip to content

Commit 444d663

Browse files
committed
chore(ci): bump down/upload-artifact versions
1 parent 90e4c38 commit 444d663

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_BEFORE_BUILD_MACOS: "brew install libomp"
3737
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=15.0
3838

39-
- uses: actions/upload-artifact@v5
39+
- uses: actions/upload-artifact@v7
4040
with:
4141
name: cibw-wheels-${{ matrix.os }}
4242
path: ./wheelhouse/*.whl
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build source distribution
6363
run: python -m build --sdist --outdir dist
6464

65-
- uses: actions/upload-artifact@v5
65+
- uses: actions/upload-artifact@v7
6666
with:
6767
name: sdist
6868
path: ./dist/*.tar.gz
@@ -79,12 +79,12 @@ jobs:
7979
id-token: write
8080

8181
steps:
82-
- uses: actions/download-artifact@v5
82+
- uses: actions/download-artifact@v8
8383
with:
8484
pattern: cibw-wheels-*
8585
path: dist
8686
merge-multiple: true
87-
- uses: actions/download-artifact@v5
87+
- uses: actions/download-artifact@v8g
8888
with:
8989
name: sdist
9090

0 commit comments

Comments
 (0)