Skip to content

Commit 3e13d93

Browse files
committed
upload-artifact and download-artifact weren't compatible
Thanks dependabot
1 parent 0b73fbb commit 3e13d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cd docs && make html
8585
8686
- name: Upload artifacts
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: distributions
9090
path: dist/*
@@ -115,7 +115,7 @@ jobs:
115115
pip install -U ".[publish]"
116116
117117
- name: Download artifacts
118-
uses: actions/download-artifact@v4.1.7
118+
uses: actions/download-artifact@v4
119119
with:
120120
name: distributions
121121
path: dist

0 commit comments

Comments
 (0)