Skip to content

Commit 80a45b6

Browse files
committed
Update download-artifact
1 parent 31673ac commit 80a45b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: python -m cibuildwheel libCacheSim-python --output-dir wheelhouse
6969

7070
- name: Upload wheels as artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: wheels-${{ matrix.os }}
7474
path: wheelhouse/*.whl
@@ -98,7 +98,7 @@ jobs:
9898
run: python -m build --sdist libCacheSim-python --outdir dist/
9999

100100
- name: Upload sdist as artifact
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: sdist
104104
path: dist/*.tar.gz
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Download all artifacts
119-
uses: actions/download-artifact@v3
119+
uses: actions/download-artifact@v4
120120
with:
121121
path: dist/
122122

@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Download all artifacts
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148
with:
149149
path: dist/
150150

0 commit comments

Comments
 (0)