Skip to content

Commit 76c16e6

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#117)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <[email protected]>
1 parent b5feafb commit 76c16e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign
134134

135135
- name: Upload Logs
136-
uses: actions/[email protected].1
136+
uses: actions/[email protected].2
137137
if: failure()
138138
with:
139139
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ requires = [
7777
[tool.briefcase.app.testbed.linux]
7878
requires=[
7979
'pycairo',
80-
'pygobject',
80+
# Must be pinned to support Debian 12.
81+
'pygobject==3.50.0',
8182
]
8283

8384
[tool.briefcase.app.testbed.linux.system.debian]
@@ -98,7 +99,7 @@ system_runtime_requires = [
9899

99100
[tool.briefcase.app.testbed.linux.flatpak]
100101
flatpak_runtime = "org.gnome.Platform"
101-
flatpak_runtime_version = "45"
102+
flatpak_runtime_version = "47"
102103
flatpak_sdk = "org.gnome.Sdk"
103104

104105
# template = "../../templates/briefcase-linux-flatpak-template"

0 commit comments

Comments
 (0)