We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ceb59 commit 59e5031Copy full SHA for 59e5031
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
if: matrix.os == 'ubuntu-latest'
64
65
- name: Upload test results (Python)
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
with:
68
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
69
path: '**/junit.xml'
@@ -84,7 +84,7 @@ jobs:
84
run: make dist
85
86
87
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
88
89
name: dist-${{matrix.os}}
90
path: dist
0 commit comments