Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jan 19, 2025
1 parent 4b691e9 commit af3ed6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
LDFLAGS="-all-static -static ${LDFLAGS}"
${TRIPLE}-strip tsschecker/tsschecker${EXE_SUFFIX}
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: ${{ !env.ACT }}
with:
name: tsschecker_${{ env.OS }}_${{ env.ARCH }}
Expand All @@ -390,7 +390,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit af3ed6a

Please sign in to comment.