File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-20.04
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Set up Python
29
29
uses : actions/setup-python@v4
30
30
with :
37
37
run : python -m build --sdist --wheel --outdir dist/
38
38
39
39
- name : Upload built archives
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : pypi_archives
43
43
path : dist/*
51
51
52
52
steps :
53
53
- name : Download built archives
54
- uses : actions/download-artifact@v3
54
+ uses : actions/download-artifact@v4
55
55
with :
56
56
name : pypi_archives
57
57
path : dist
71
71
72
72
steps :
73
73
- name : Download built archives
74
- uses : actions/download-artifact@v3
74
+ uses : actions/download-artifact@v4
75
75
with :
76
76
name : pypi_archives
77
77
path : dist
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v0.13.0
4
+ v0.13.1
5
5
-----------
6
6
7
7
- Fix ResolutionImpossible for lief==0.15.1 #202
You can’t perform that action at this time.
0 commit comments