We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e39c07 + e2be4cb commit ceba48aCopy full SHA for ceba48a
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
deno compile -A $INCLUDES --target ${{ matrix.target }} --output dev-${{ matrix.os }}-${{ matrix.architecture }} main.ts
44
45
- name: Upload binary as artifact
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: dev-${{ matrix.os }}-${{ matrix.architecture }}
49
path: dev-${{ matrix.os }}-${{ matrix.architecture }}
@@ -55,7 +55,7 @@ jobs:
55
56
steps:
57
- name: Download build artifacts
58
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
59
60
path: ./artifacts
61
0 commit comments