Skip to content

Commit

Permalink
upgrade download-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Jan 16, 2025
1 parent ceebc1c commit e232a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
path: /opt/torch-tensorrt-builds/
- name: Download artifacts
if: ${{ matrix.tensorrt != '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.DOWNLOAD_ARTIFACT_NAME }}
path: /opt/torch-tensorrt-builds/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
is_windows: 'enabled'
- name: Download artifacts
if: ${{ matrix.tensorrt == '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ runner.temp }}/artifacts/
- name: Download artifacts
if: ${{ matrix.tensorrt != '' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.DOWNLOAD_ARTIFACT_NAME }}
path: ${{ runner.temp }}/artifacts/
Expand Down

0 comments on commit e232a7a

Please sign in to comment.