diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cba7d1..29bce0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign - name: Upload Logs - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 if: failure() with: name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}