We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1f56d commit 6af71bfCopy full SHA for 6af71bf
1 file changed
.github/workflows/matrix-build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Upload package artifacts
64
if: success()
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
with:
67
name: quantx-py${{ matrix.python-version }}-node${{ matrix.nodejs-version }}-ssl${{ matrix.openssl-version }}
68
path: /usr/share/miniconda3/envs/test/conda-bld/*/quantx-*.tar.bz2
0 commit comments