Skip to content

Commit

Permalink
.github/workflows/linux-trt.yml: update node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Feb 1, 2024
1 parent b0b3397 commit 940d5fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-trt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -68,8 +68,9 @@ jobs:
run: git describe --tags --long

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: VSTRT-Linux-x64
path: vstrt/artifact
overwrite: true

0 comments on commit 940d5fe

Please sign in to comment.