File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
shell : bash
69
69
70
70
- name : Upload build artifact
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : ops2deb_linux_amd64
74
74
path : ops2deb_linux_amd64
80
80
poetry run poetry build
81
81
82
82
- name : Upload build artifacts
83
- uses : actions/upload-artifact@v3
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
name : distributions
86
86
path : dist/*
@@ -109,7 +109,7 @@ jobs:
109
109
-r https://github.com/upciti/ops2deb
110
110
111
111
- name : Download build artifact
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : ops2deb_linux_amd64
115
115
@@ -125,7 +125,7 @@ jobs:
125
125
needs : [test_and_build]
126
126
steps :
127
127
- name : Download build artifacts
128
- uses : actions/download-artifact@v3
128
+ uses : actions/download-artifact@v4
129
129
with :
130
130
name : distributions
131
131
path : dist
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@v3
145
145
146
146
- name : Download build artifact
147
- uses : actions/download-artifact@v3
147
+ uses : actions/download-artifact@v4
148
148
with :
149
149
name : ops2deb_linux_amd64
150
150
You can’t perform that action at this time.
0 commit comments