File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/setup-python@v4
1616 name : Install Python
1717 with :
18- python-version : 3.11
18+ python-version : 3.14
1919
2020 - name : Install dependencies
2121 run : |
3636 else
3737 echo "✅ Looks good"
3838 fi
39- - uses : actions/upload-artifact@v3
39+ - uses : actions/upload-artifact@v4
4040 with :
4141 name : releases
4242 path : dist
4949 name : Install Python
5050 with :
5151 python-version : " 3.x"
52- - uses : actions/download-artifact@v3
52+ - uses : actions/download-artifact@v4
5353 with :
5454 name : releases
5555 path : dist
6262 if : github.event_name == 'release'
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/download-artifact@v3
65+ - uses : actions/download-artifact@v4
6666 with :
6767 name : releases
6868 path : dist
You can’t perform that action at this time.
0 commit comments