Skip to content

Commit

Permalink
Merge pull request #149 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.4

Bump actions/upload-artifact from 4.3.3 to 4.3.4
  • Loading branch information
freakboy3742 authored Jul 11, 2024
2 parents 09e2f02 + af6ac61 commit b450195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ jobs:
briefcase package web static
- name: Upload Failure Logs
uses: actions/[email protected].3
uses: actions/[email protected].4
if: failure()
with:
name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-create-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
pprint(toml.load(pyproject_toml))
- name: Upload Failure Logs
uses: actions/[email protected].3
uses: actions/[email protected].4
if: failure()
with:
name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}
Expand Down

0 comments on commit b450195

Please sign in to comment.