Skip to content

Commit ceba48a

Browse files
authored
Merge pull request #143 from amir-s/fix-ci
fix upload-artifact
2 parents 7e39c07 + e2be4cb commit ceba48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
deno compile -A $INCLUDES --target ${{ matrix.target }} --output dev-${{ matrix.os }}-${{ matrix.architecture }} main.ts
4444
4545
- name: Upload binary as artifact
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: dev-${{ matrix.os }}-${{ matrix.architecture }}
4949
path: dev-${{ matrix.os }}-${{ matrix.architecture }}
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Download build artifacts
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
path: ./artifacts
6161

0 commit comments

Comments
 (0)