Skip to content

Commit af3ed6a

Browse files
committed
ci: update actions
1 parent 4b691e9 commit af3ed6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
LDFLAGS="-all-static -static ${LDFLAGS}"
368368
${TRIPLE}-strip tsschecker/tsschecker${EXE_SUFFIX}
369369
370-
- uses: actions/upload-artifact@v1
370+
- uses: actions/upload-artifact@v4
371371
if: ${{ !env.ACT }}
372372
with:
373373
name: tsschecker_${{ env.OS }}_${{ env.ARCH }}
@@ -390,7 +390,7 @@ jobs:
390390
echo "EOF" >> $GITHUB_ENV
391391
392392
- name: Download artifacts
393-
uses: actions/download-artifact@v2
393+
uses: actions/download-artifact@v4
394394
with:
395395
path: artifacts
396396

0 commit comments

Comments
 (0)