Skip to content

Commit 39e95e6

Browse files
committed
update github action release
1 parent be4778e commit 39e95e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
poetry run pyinstaller --onefile --name mdbub-${{ matrix.platform }} src/mdbub/cli.py
118118
119119
- name: Upload build artifacts
120-
uses: actions/upload-artifact@v3
120+
uses: actions/upload-artifact@v4
121121
with:
122122
name: builds-${{ matrix.platform }}
123123
path: |

0 commit comments

Comments
 (0)