We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e249b commit 6344993Copy full SHA for 6344993
1 file changed
.github/workflows/pytorch.yml
@@ -86,7 +86,7 @@ jobs:
86
run: docker save toolsolutions-pytorch:latest -o toolsolutions-pytorch-image-${{ matrix.config.name }}.tar
87
88
- name: Upload build artifact
89
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
90
with:
91
name: toolsolutions-pytorch-image-${{ matrix.config.name }}
92
path: toolsolutions-pytorch-image-${{ matrix.config.name }}.tar
0 commit comments