Skip to content

Commit

Permalink
Merge pull request #49 from beeware/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • Loading branch information
freakboy3742 authored Sep 11, 2023
2 parents 6c81052 + b8f30d3 commit dfbe2b1
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 @@ -318,7 +318,7 @@ jobs:
briefcase package web static
- name: Upload failure logs
uses: actions/[email protected].2
uses: actions/[email protected].3
if: failure()
with:
name: build-failure-logs-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }}
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 @@ -81,7 +81,7 @@ jobs:
run: tox -e package -- ${{ inputs.build-subdirectory }}

- name: Upload Package
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: packages-${{ steps.package.outputs.name }}
path: ${{ inputs.distribution-path }}
Expand Down

0 comments on commit dfbe2b1

Please sign in to comment.