File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checkout Repository
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Setup Miniconda
1919 uses : conda-incubator/setup-miniconda@v2
6868 recursive : true
6969 dest : funscript-editor_${{ github.sha }}.zip
7070
71- - uses : actions/upload-artifact@v2
71+ - uses : actions/upload-artifact@v3
7272 with :
7373 name : funscript-editor_${{ github.sha }}.zip
7474 path : ./funscript-editor_${{ github.sha }}.zip
Original file line number Diff line number Diff line change 1212 os : ["windows-latest"]
1313 steps :
1414 - name : Checkout Repository
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 - name : Setup Miniconda
1717 uses : conda-incubator/setup-miniconda@v2
1818 with :
3636 working-directory : ./contrib/Installer
3737 run : |
3838 pyinstaller --add-data="assets/*;./" --noupx --onefile mtfg-ofs-extension-installer.py
39- - uses : actions/upload-artifact@v2
39+ - uses : actions/upload-artifact@v3
4040 with :
4141 name : mtfg-ofs-extension-installer-${{env.INSTALLER_VERSION}}.exe
4242 path : ./contrib/Installer/dist/mtfg-ofs-extension-installer.exe
Original file line number Diff line number Diff line change 1515 steps :
1616
1717 - name : Checkout Repository
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919
2020 - name : Setup Miniconda
2121 uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 1414 os : ["windows-latest"]
1515 steps :
1616 - name : Checkout Repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Setup Miniconda
1919 uses : conda-incubator/setup-miniconda@v2
2020 with :
You can’t perform that action at this time.
0 commit comments