Skip to content

Commit e8f19a9

Browse files
authored
Merge pull request #59 from beeware/dependabot/github_actions/actions/upload-artifact-4.2.0
Bump actions/upload-artifact from 4.1.0 to 4.2.0
2 parents a055303 + dfa4116 commit e8f19a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

129129
- name: Upload Logs
130-
uses: actions/upload-artifact@v4.1.0
130+
uses: actions/upload-artifact@v4.2.0
131131
if: failure()
132132
with:
133133
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)