Skip to content

Commit 2917eb7

Browse files
Bump actions/upload-artifact from 4.3.4 to 4.3.5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bd935c commit 2917eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

140140
- name: Upload Logs
141-
uses: actions/[email protected].4
141+
uses: actions/[email protected].5
142142
if: failure()
143143
with:
144144
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}

0 commit comments

Comments
 (0)