Skip to content

Commit 9e65adb

Browse files
committed
fix: ci/cd pipeline
1 parent 1da8319 commit 9e65adb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
make dist
3838
3939
- name: Archive build artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4.6.2
4141
with:
4242
name: build
4343
path: build
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v3
5252

5353
- name: Download build artifacts
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4.2.1
5555
with:
5656
name: build
5757
path: build

0 commit comments

Comments
 (0)