diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1008fd4..a8ee969 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: run: make coverage - name: Upload test results (Python) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} path: junit.xml @@ -79,7 +79,7 @@ jobs: - name: Make dist run: make dist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: dist-${{matrix.os}} path: dist