Skip to content

Commit 5d4fd07

Browse files
authored
Update build-and-publish-new-version.yml (#87)
1 parent 2801468 commit 5d4fd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-new-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
poetry build
5252
5353
- name: Upload Artifacts
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: ${{ github.event.inputs.tag }}
5757
path: dist/*${{ github.event.inputs.tag }}*
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Download artifact
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4
8686
with:
8787
name: ${{ github.event.inputs.tag }}
8888
path: dist

0 commit comments

Comments
 (0)