Skip to content

Commit 1cfb218

Browse files
Merge pull request #7 from YannBerthelot/first_release
updated publish CI
2 parents 222dde6 + 786600f commit 1cfb218

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18+
# Ensure the latest artifact actions are used
19+
- name: Ensure latest artifact actions
20+
uses: actions/upload-artifact@v4
21+
22+
- name: Ensure latest download
23+
uses: actions/download-artifact@v4
24+
1825
- name: Set up Python
19-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2027
with:
2128
python-version: "3.12"
2229

0 commit comments

Comments
 (0)