File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : Checkout Repo ⚡️
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Set Up Python 🐍
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : 3.x
40
40
54
54
- name : Docker meta 📝
55
55
if : always()
56
56
id : meta
57
- uses : docker/metadata-action@v4
57
+ uses : docker/metadata-action@v5
58
58
with :
59
59
images : |
60
60
name=ghcr.io/unkcpz/aiida-sssp-workflow
66
66
type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
67
67
- name : Login to Container Registry 🔑
68
68
if : always()
69
- uses : docker/login-action@v2
69
+ uses : docker/login-action@v3
70
70
with :
71
71
registry : ghcr.io
72
72
username : ${{ secrets.GHCR_USERNAME }}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Set up Python 3.10
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.10'
25
25
34
34
--wheel
35
35
--outdir dist/
36
36
- name : Upload distribution artifact
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : release
40
40
path : dist/
45
45
runs-on : ubuntu-latest
46
46
47
47
steps :
48
- - uses : actions/download-artifact@v2
48
+ - uses : actions/download-artifact@v4
49
49
name : Download distribution artifact
50
50
with :
51
51
name : release
60
60
repository_url : https://test.pypi.org/legacy/
61
61
skip_existing : true
62
62
63
- - uses : softprops/action-gh-release@v0.1.14
63
+ - uses : softprops/action-gh-release@v2.0.8
64
64
name : Create release
65
65
if : startsWith(github.ref, 'refs/tags/')
66
66
with :
You can’t perform that action at this time.
0 commit comments