File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
asset_content_type : application/octet-stream
125
125
126
126
- name : Upload build as artifact
127
- uses : actions/upload-artifact@v2
127
+ uses : actions/upload-artifact@v4
128
128
with :
129
129
name : krr-${{ matrix.os }}-${{ github.ref_name }}
130
130
path : ./krr-${{ matrix.os }}-${{ github.ref_name }}.zip
@@ -159,7 +159,7 @@ jobs:
159
159
- name : Checkout Repository
160
160
uses : actions/checkout@v2
161
161
- name : Download MacOS artifact
162
- uses : actions/download-artifact@v2
162
+ uses : actions/download-artifact@v4
163
163
with :
164
164
name : krr-macos-latest-${{ github.ref_name }}
165
165
- name : Calculate hash
@@ -177,7 +177,7 @@ jobs:
177
177
- name : Checkout Repository
178
178
uses : actions/checkout@v2
179
179
- name : Download Linux artifact
180
- uses : actions/download-artifact@v2
180
+ uses : actions/download-artifact@v4
181
181
with :
182
182
name : krr-ubuntu-latest-${{ github.ref_name }}
183
183
- name : Calculate hash
You can’t perform that action at this time.
0 commit comments