Skip to content

Commit 6af71bf

Browse files
committed
Fix deprecated actions/upload-artifact@v3 to v4
1 parent 7d1f56d commit 6af71bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matrix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Upload package artifacts
6464
if: success()
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: quantx-py${{ matrix.python-version }}-node${{ matrix.nodejs-version }}-ssl${{ matrix.openssl-version }}
6868
path: /usr/share/miniconda3/envs/test/conda-bld/*/quantx-*.tar.bz2

0 commit comments

Comments
 (0)