Skip to content

Commit

Permalink
chore: update actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingchun Lai committed Nov 26, 2024
1 parent f8de6da commit 37bd717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download_artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Unpack prebuilt third-parties
uses: "./.github/actions/unpack_prebuilt_thirdparties"
- name: Download tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}_artifact_${{ github.sha }}
path: .
Expand Down

0 comments on commit 37bd717

Please sign in to comment.