Skip to content

Commit 31019a5

Browse files
committed
Update build_publish.yml
1 parent c9270e5 commit 31019a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build the release
4747
run: poetry build
4848
- name: Store the built package
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: dist
5252
path: dist
@@ -64,7 +64,7 @@ jobs:
6464
python-version: '3.9'
6565
- uses: Gr1N/setup-poetry@v8
6666
- name: Retrieve the built package
67-
uses: actions/download-artifact@v2
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: dist
7070
path: dist

0 commit comments

Comments
 (0)