diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c37a8..a31abe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: clean test | xcpretty - name: Upload artifacts if: matrix.xcode-version == needs.generate-matrix.outputs.latest-xcode && (success() || failure()) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.platform }} path: test_output