Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
freakboy3742 authored Apr 22, 2024
2 parents a52486e + 8b30605 commit c7038cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
mv ./build/stub/macos/xcode/build/Release/Stub.app/Contents/MacOS/Stub Stub-${{ env.PYTHON_TAG }}
- name: Upload Stub Artefact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: stub-${{ matrix.python-version }}
path: stub/Stub-${{ env.PYTHON_TAG }}
Expand Down

0 comments on commit c7038cd

Please sign in to comment.