Skip to content

Commit e969403

Browse files
ricardoV94twiecki
authored andcommitted
Revert "Bump actions/download-artifact from 3 to 4"
This reverts commit 0fc2cd8.
1 parent c52154d commit e969403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [make_sdist,build_wheels]
6161
runs-on: ubuntu-22.04
6262
steps:
63-
- uses: actions/download-artifact@v4
63+
- uses: actions/download-artifact@v3
6464
with:
6565
name: artifact
6666
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
if: github.event_name == 'release' && github.event.action == 'published'
8585
steps:
86-
- uses: actions/download-artifact@v4
86+
- uses: actions/download-artifact@v3
8787
with:
8888
name: artifact
8989
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
python -m pip install -U coverage>=5.1 coveralls
257257
258258
- name: Download coverage file
259-
uses: actions/download-artifact@v4
259+
uses: actions/download-artifact@v3
260260
with:
261261
name: coverage
262262
path: coverage

0 commit comments

Comments
 (0)