We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5608f0 commit aa15decCopy full SHA for aa15dec
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
poetry run pyinstaller --onefile --name upload_images upload_all_images_in_markdown/main.py # Build the executable
31
32
- name: Upload artifact
33
- uses: actions/upload-artifact@v3 # Upload the generated .exe file
+ uses: actions/upload-artifact@v4 # Upload the generated .exe file
34
with:
35
name: upload-images.exe
36
path: dist/upload-images.exe
0 commit comments