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.
1 parent f7613db commit 7b8e220Copy full SHA for 7b8e220
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
cp core/tsc-dyn.${{ matrix.ext }} core/tsc-dyn.${{ matrix.host }}.${{ matrix.ext }}
88
89
- name: Upload binary
90
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
91
with:
92
name: tsc-dyn
93
path: core/tsc-dyn.*${{ matrix.ext }}
0 commit comments