Skip to content

Commit 4145480

Browse files
committed
fix(CI): bump artifact actions to latest
1 parent daa737f commit 4145480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nolus-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
steps:
215215
- name: Download artifacts
216-
uses: actions/download-artifact@v4
216+
uses: actions/download-artifact@v6
217217

218218
- name: Get binary checksum
219219
run: |
@@ -224,7 +224,7 @@ jobs:
224224
echo $JSON > $METADATA_FILE
225225
226226
- name: Upload metadata
227-
uses: actions/upload-artifact@v4
227+
uses: actions/upload-artifact@v5
228228
with:
229229
name: metadata
230230
path: |

0 commit comments

Comments
 (0)