Skip to content

Commit ed5795e

Browse files
committed
update github release action to download-artifact/upload-artifact v4
1 parent b02fabf commit ed5795e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-on-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
asset_content_type: application/octet-stream
125125

126126
- name: Upload build as artifact
127-
uses: actions/upload-artifact@v2
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: krr-${{ matrix.os }}-${{ github.ref_name }}
130130
path: ./krr-${{ matrix.os }}-${{ github.ref_name }}.zip
@@ -159,7 +159,7 @@ jobs:
159159
- name: Checkout Repository
160160
uses: actions/checkout@v2
161161
- name: Download MacOS artifact
162-
uses: actions/download-artifact@v2
162+
uses: actions/download-artifact@v4
163163
with:
164164
name: krr-macos-latest-${{ github.ref_name }}
165165
- name: Calculate hash
@@ -177,7 +177,7 @@ jobs:
177177
- name: Checkout Repository
178178
uses: actions/checkout@v2
179179
- name: Download Linux artifact
180-
uses: actions/download-artifact@v2
180+
uses: actions/download-artifact@v4
181181
with:
182182
name: krr-ubuntu-latest-${{ github.ref_name }}
183183
- name: Calculate hash

0 commit comments

Comments
 (0)