Skip to content

Commit c60584f

Browse files
authored
Use Node16 actions (#4)
1 parent 6b68ba4 commit c60584f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: '3.11'
2525
architecture: 'x64'
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload artifact
7575
if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch'
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
name: ${{ steps.pyinstaller.outputs.target }}
7979
path: dist/${{ steps.pyinstaller.outputs.target }}

0 commit comments

Comments
 (0)