Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.4 to 4.3.5
  • Loading branch information
freakboy3742 authored Aug 4, 2024
2 parents 7c94895 + 554a58a commit 119732a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
make ${{ matrix.target }}
- name: Upload build artefacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz
path: dist/Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "LIBFFI_VERSION=${LIBFFI_VERSION}" | tee -a ${GITHUB_OUTPUT}
- name: Upload Build Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: dist-${{ matrix.target }}
path: dist
Expand Down

0 comments on commit 119732a

Please sign in to comment.