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 1313 run : |
1414 make binary-frontend-test-coverage
1515 - name : Upload coverage
16- uses : actions/upload-artifact@v3
16+ uses : actions/upload-artifact@v4
1717 with :
1818 name : coverage
1919 path : ${{ github.workspace }}/webapp/frontend/coverage/lcov.info
4949 run : |
5050 make binary-clean binary-test-coverage
5151 - name : Upload coverage
52- uses : actions/upload-artifact@v3
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : coverage
5555 path : ${{ github.workspace }}/coverage.txt
6464 - name : Checkout
6565 uses : actions/checkout@v2
6666 - name : Download coverage reports
67- uses : actions/download-artifact@v3
67+ uses : actions/download-artifact@v4
6868 with :
6969 name : coverage
7070 - name : Upload coverage reports
@@ -106,7 +106,7 @@ jobs:
106106 run : |
107107 make binary-clean binary-all
108108 - name : Archive
109- uses : actions/upload-artifact@v2
109+ uses : actions/upload-artifact@v4
110110 with :
111111 name : binaries.zip
112112 path : |
Original file line number Diff line number Diff line change 6161 with :
6262 version_metadata_path : ${{ github.event.inputs.version_metadata_path }}
6363 - name : Upload workspace
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : workspace
6767 path : ${{ github.workspace }}/**/*
9191 - { on: windows-latest, goos: windows, goarch: arm64 }
9292 steps :
9393 - name : Download workspace
94- uses : actions/download-artifact@v3
94+ uses : actions/download-artifact@v4
9595 with :
9696 name : workspace
9797 - uses : actions/setup-go@v3
@@ -101,7 +101,7 @@ jobs:
101101 run : |
102102 make binary-clean binary-all
103103 - name : Archive
104- uses : actions/upload-artifact@v2
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : binaries.zip
107107 path : |
@@ -114,11 +114,11 @@ jobs:
114114 runs-on : ubuntu-latest
115115 steps :
116116 - name : Download workspace
117- uses : actions/download-artifact@v3
117+ uses : actions/download-artifact@v4
118118 with :
119119 name : workspace
120120 - name : Download binaries
121- uses : actions/download-artifact@v3
121+ uses : actions/download-artifact@v4
122122 with :
123123 name : binaries.zip
124124 - name : List
You can’t perform that action at this time.
0 commit comments