Skip to content

Commit 7dfa3f9

Browse files
authored
Merge pull request #62 from beeware/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 4.3.0 to 4.3.1
2 parents 4b5c25b + 7cf3d7e commit 7dfa3f9

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.3.0
130+
uses: actions/upload-artifact@v4.3.1
131131
if: failure()
132132
with:
133133
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)