diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c12b2da..9899df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign - name: Upload Logs - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 if: failure() with: name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}