File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
- name : Build
57
57
run : make test-bin-archive
58
58
- name : Upload binary
59
- uses : actions/upload-artifact@v2
59
+ uses : actions/upload-artifact@v3
60
60
with :
61
61
name : bootc.tar.zst
62
62
path : target/bootc.tar.zst
76
76
- name : Checkout repository
77
77
uses : actions/checkout@v3
78
78
- name : Download
79
- uses : actions/download-artifact@v2
79
+ uses : actions/download-artifact@v3
80
80
with :
81
81
name : bootc.tar.zst
82
82
- name : Install
90
90
container : quay.io/fedora/fedora-coreos:testing-devel
91
91
steps :
92
92
- name : Download
93
- uses : actions/download-artifact@v2
93
+ uses : actions/download-artifact@v3
94
94
with :
95
95
name : bootc.tar.zst
96
96
- name : Install
@@ -103,14 +103,14 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Download
106
- uses : actions/download-artifact@v2
106
+ uses : actions/download-artifact@v3
107
107
with :
108
108
name : bootc.tar.zst
109
109
- name : Install
110
110
run : tar -xvf bootc.tar.zst
111
111
- name : Update host skopeo
112
112
run : |
113
- echo 'deb http://cz.archive.ubuntu.com/ubuntu lunar main universe' | sudo tee -a /etc/apt/sources.list
113
+ echo 'deb http://cz.archive.ubuntu.com/ubuntu lunar main universe' | sudo tee -a /etc/apt/sources.list
114
114
sudo apt update
115
115
sudo apt upgrade skopeo
116
116
- name : Integration tests
You can’t perform that action at this time.
0 commit comments