This repository was archived by the owner on Mar 1, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
container : cimg/ruby:2.7
56
56
steps :
57
57
- name : Retrive package for deployment
58
- uses : actions/download-artifact@v1
58
+ uses : actions/download-artifact@4.1.7
59
59
with :
60
60
name : PengwinDEBs
61
61
- run : gem install package_cloud
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : Retrive package for deployment
101
- uses : actions/download-artifact@v1
101
+ uses : actions/download-artifact@4.1.7
102
102
with :
103
103
name : OBS_RES
104
104
- name : Install Pre-requisites
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
steps :
157
157
- name : Retrive package for deployment
158
- uses : actions/download-artifact@v1
158
+ uses : actions/download-artifact@4.1.7
159
159
with :
160
160
name : COPRRPMs
161
161
- name : Install API token for copr-cli
Original file line number Diff line number Diff line change 50
50
container : cimg/ruby:2.7
51
51
steps :
52
52
- name : Retrive package for deployment
53
- uses : actions/download-artifact@v1
53
+ uses : actions/download-artifact@4.1.7
54
54
with :
55
55
name : PengwinDEBs
56
56
- run : gem install package_cloud
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : Retrive package for deployment
101
- uses : actions/download-artifact@v1
101
+ uses : actions/download-artifact@4.1.7
102
102
with :
103
103
name : OBS_RES
104
104
- name : Install Pre-requisites
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
steps :
157
157
- name : Retrive package for deployment
158
- uses : actions/download-artifact@v1
158
+ uses : actions/download-artifact@4.1.7
159
159
with :
160
160
name : COPRRPMs
161
161
- name : Install API token for copr-cli
You can’t perform that action at this time.
0 commit comments