Skip to content

Commit 21d7266

Browse files
authored
fix(release): downgrade upload action versions
1 parent 0cfd8ff commit 21d7266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
poetry build
100100
- name: Upload wheels
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v3
102102
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
103103
with:
104104
name: dist
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
111111
needs: [lint, test]
112112
steps:
113-
- uses: actions/download-artifact@v4
113+
- uses: actions/download-artifact@v3
114114
with:
115115
name: dist
116116
path: dist

0 commit comments

Comments
 (0)