Skip to content

Commit 0051052

Browse files
author
Timothy MacDonald
committed
chore: update workflows
Signed-off-by: Timothy MacDonald <[email protected]>
1 parent 404f80e commit 0051052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Output Release URL File
2727
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
2828
- name: Save Release URL File for publish
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: release_url
3232
path: release_url.txt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ poethepoet = "^0.24.0"
3636
requires = ["poetry-core"]
3737
build-backend = "poetry.core.masonry.api"
3838
[tool.poe.tasks]
39-
clean = "rm -r build/ dist/"
39+
clean = "rm -r build/ dist/"

0 commit comments

Comments
 (0)