File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@main
1919 - run : echo -e "pre-commit\nscons\nmarkdown">requirements.txt
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v6
2323 with :
24- python-version : 3.7
24+ python-version : 3.13
2525 cache : ' pip'
2626
2727 - name : Install dependencies
3939 scons
4040 scons pot
4141
42- - uses : actions/upload-artifact@v3
42+ - uses : actions/upload-artifact@v4
4343 with :
4444 name : packaged_addon
4545 path : |
5151 if : ${{ startsWith(github.ref, 'refs/tags/') }}
5252 needs : ["build"]
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@main
5555 - name : download releases files
56- uses : actions/download-artifact@v3
56+ uses : actions/download-artifact@v4
5757 - name : Display structure of downloaded files
5858 run : ls -R
5959
You can’t perform that action at this time.
0 commit comments