diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ccfb67..da48a14 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 if: failure() with: name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }} diff --git a/pth-tester/pyproject.toml b/pth-tester/pyproject.toml index 498f7f0..1826b0b 100644 --- a/pth-tester/pyproject.toml +++ b/pth-tester/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==78.1.1", "wheel"] +requires = ["setuptools==82.0.1", "wheel"] build-backend = "setuptools.build_meta" [project]