File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-20.04
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - name : Set up Python
2929 uses : actions/setup-python@v4
3030 with :
3737 run : python -m build --sdist --wheel --outdir dist/
3838
3939 - name : Upload built archives
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : pypi_archives
4343 path : dist/*
5151
5252 steps :
5353 - name : Download built archives
54- uses : actions/download-artifact@v3
54+ uses : actions/download-artifact@v4
5555 with :
5656 name : pypi_archives
5757 path : dist
7171
7272 steps :
7373 - name : Download built archives
74- uses : actions/download-artifact@v3
74+ uses : actions/download-artifact@v4
7575 with :
7676 name : pypi_archives
7777 path : dist
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v0.13.0
4+ v0.13.1
55-----------
66
77- Fix ResolutionImpossible for lief==0.15.1 #202
You can’t perform that action at this time.
0 commit comments