Skip to content

Commit aa15dec

Browse files
committed
fix build.yml 2
1 parent d5608f0 commit aa15dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
poetry run pyinstaller --onefile --name upload_images upload_all_images_in_markdown/main.py # Build the executable
3131
3232
- name: Upload artifact
33-
uses: actions/upload-artifact@v3 # Upload the generated .exe file
33+
uses: actions/upload-artifact@v4 # Upload the generated .exe file
3434
with:
3535
name: upload-images.exe
3636
path: dist/upload-images.exe

0 commit comments

Comments
 (0)