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.
2 parents 216dee3 + 85d673f commit 468cb50Copy full SHA for 468cb50
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
FSSPEC_S3_ENDPOINT_URL: ${{ secrets.FSSPEC_S3_ENDPOINT_URL }}
58
59
- name: Upload test results (Python)
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
61
with:
62
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
63
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
79
run: make dist
80
if: ${{ matrix.os == 'ubuntu-latest' }}
81
82
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
83
84
name: dist-${{matrix.os}}
85
path: dist
0 commit comments