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 6b68ba4 commit c60584fCopy full SHA for c60584f
.github/workflows/build_and_publish.yml
@@ -16,10 +16,10 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Setup Python
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
23
with:
24
python-version: '3.11'
25
architecture: 'x64'
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Upload artifact
75
if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch'
76
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
77
78
name: ${{ steps.pyinstaller.outputs.target }}
79
path: dist/${{ steps.pyinstaller.outputs.target }}
0 commit comments