Skip to content

Commit 4e20e78

Browse files
author
Matthias Koefferlein
committed
Reverting download-artifacts to V3
1 parent 028a338 commit 4e20e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
needs: [build, make_sdist]
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/download-artifact@v4
95+
- uses: actions/download-artifact@v3
9696
with:
9797
name: artifact
9898
path: dist
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
if: github.event_name == 'release' && github.event.action == 'published'
111111
steps:
112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v3
113113
with:
114114
name: artifact
115115
path: dist

0 commit comments

Comments
 (0)