Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents 504ace0 + 6f9208d commit 65eb228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -494,7 +494,7 @@ jobs:
briefcase package web static
- name: Upload Failure Logs
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
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 @@ -122,7 +122,7 @@ jobs:
pprint(toml.load(pyproject_toml))
- name: Upload Failure Logs
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
if: failure()
with:
name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: tox -e package${{ inputs.tox-factors }} -- ${{ inputs.build-subdirectory }}

- name: Upload Package
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: packages-${{ steps.package.outputs.name }}${{ inputs.build-subdirectory && format('-{0}', inputs.build-subdirectory) || '' }}
path: ${{ inputs.distribution-path }}
Expand Down

0 comments on commit 65eb228

Please sign in to comment.