Skip to content

Commit 2cb4458

Browse files
Merge pull request #411 from puneetmatharu/bump-upload-artifact-version
Bump `actions/upload-artifact` version
2 parents b8e249b + 6344993 commit 2cb4458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: docker save toolsolutions-pytorch:latest -o toolsolutions-pytorch-image-${{ matrix.config.name }}.tar
8787

8888
- name: Upload build artifact
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: toolsolutions-pytorch-image-${{ matrix.config.name }}
9292
path: toolsolutions-pytorch-image-${{ matrix.config.name }}.tar

0 commit comments

Comments
 (0)