Update actions-versions in full example of README.md

In the full example the actions-versions still says v2, which gives warnings when using it to build the artifact. Today v4 is recommended and working.
This commit is contained in:
Florian 2024-10-18 08:29:10 +02:00 committed by GitHub
parent 329a7d2adf
commit 3e3df82cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -73,14 +73,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: name-of-artifact
path: src/dist/windows