File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
steps :
18
18
- name : Check-out repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Install poetry
22
22
run : pipx install poetry
23
23
24
24
- name : Setup Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
28
28
architecture : ${{ matrix.arch }} # optional x64 or x86. Defaults to x64 if not specified
@@ -49,13 +49,13 @@ jobs:
49
49
poetry run python3 -m nuitka nbstool.py
50
50
51
51
- name : Zip standalone folder
52
- uses : vimtor/action-zip@v1
52
+ uses : vimtor/action-zip@v1.2
53
53
with :
54
54
files : nbstool.dist/
55
55
dest : NBSTool_${{ runner.os }}_${{ matrix.arch }}.zip
56
56
57
57
- name : Upload artifacts
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : ${{ runner.os }} ${{ matrix.arch }} Build
61
61
path : NBSTool_${{ runner.os }}_${{ matrix.arch }}.zip
You can’t perform that action at this time.
0 commit comments