Commit 2ab97a0 1 parent b96b497 commit 2ab97a0 Copy full SHA for 2ab97a0
File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 26
26
podman save -o ${{ env.IMAGE_NAME_E2E }}.tar quay.io/crcont/${{ env.IMAGE_NAME_E2E}}:id-${{ github.sha }}
27
27
28
28
- name : Upload e2e image
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : ${{ env.IMAGE_NAME_E2E }}-id${{ github.sha }}
32
32
path : ${{ env.IMAGE_NAME_E2E }}.tar
47
47
podman save -o ${{ env.IMAGE_NAME_INTEGRATION }}.tar quay.io/crcont/${{ env.IMAGE_NAME_INTEGRATION }}:id-${{ github.sha }}
48
48
49
49
- name : Upload integration image
50
- uses : actions/upload-artifact@v3
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : ${{ env.IMAGE_NAME_INTEGRATION }}-id${{ github.sha }}
53
53
path : ${{ env.IMAGE_NAME_INTEGRATION }}.tar
Original file line number Diff line number Diff line change 35
35
CRC_VERSION=${CRC_VERSION:1}
36
36
choco push ./packaging/chocolatey/crc/crc.$CRC_VERSION.nupkg --source https://push.chocolatey.org/
37
37
- name : Upload nupkg artifact
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : crc-chocolatey-nupkg-${{ github.event.release.tag_name }}
41
41
path : " ./packaging/chocolatey/crc/*.nupkg"
Original file line number Diff line number Diff line change 38
38
- name : Build macOS installer
39
39
run : make NO_CODESIGN=1 out/macos-universal/crc-macos-installer.pkg
40
40
- name : Upload macOS installer artifact
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : macOS Installer (${{ matrix.os }})
44
44
path : " ./out/macos-universal/crc-macos-installer.pkg"
Original file line number Diff line number Diff line change 24
24
- name : Build rpm
25
25
run : CONTAINER_RUNTIME=docker make test-rpmbuild
26
26
- name : Upload linux binary and rpms
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : linux binary and rpm
30
30
path : |
Original file line number Diff line number Diff line change 25
25
shell : powershell
26
26
run : make choco
27
27
- name : Upload nupkg artifact
28
- uses : actions/upload-artifact@v3
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : crc-chocolatey-nupkg
31
31
path : " ./packaging/chocolatey/crc/*.nupkg"
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
report_paths : ' **/*.xml'
183
183
184
184
- name : Upload e2e results
185
- uses : actions/upload-artifact@v3
185
+ uses : actions/upload-artifact@v4
186
186
if : always()
187
187
with :
188
188
name : E2E-results-windows-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}
Original file line number Diff line number Diff line change 20
20
run : echo $GH_CONTEXT > gh_context.json
21
21
22
22
- name : Upload the GH context artifact
23
- uses : actions/upload-artifact@v3
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : gh_context
26
26
path : ./gh_context.json
47
47
- name : Build Windows installer
48
48
run : make out/windows-amd64/crc-windows-installer.zip
49
49
- name : Upload windows installer artifact
50
- uses : actions/upload-artifact@v3
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : Windows Installer (${{ matrix.os }})
53
53
path : " ./out/windows-amd64/crc-windows-installer.zip"
You can’t perform that action at this time.
0 commit comments