Skip to content

Commit 119732a

Browse files
authored
Merge pull request #225 from beeware/dependabot/github_actions/actions/upload-artifact-4.3.5
Bump actions/upload-artifact from 4.3.4 to 4.3.5
2 parents 7c94895 + 554a58a commit 119732a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
make ${{ matrix.target }}
5555
5656
- name: Upload build artefacts
57-
uses: actions/[email protected].4
57+
uses: actions/[email protected].5
5858
with:
5959
name: Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz
6060
path: dist/Python-${{ steps.config-vars.outputs.PYTHON_VER }}-${{ matrix.target }}-support.custom.tar.gz

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "LIBFFI_VERSION=${LIBFFI_VERSION}" | tee -a ${GITHUB_OUTPUT}
6767
6868
- name: Upload Build Artifact
69-
uses: actions/[email protected].4
69+
uses: actions/[email protected].5
7070
with:
7171
name: dist-${{ matrix.target }}
7272
path: dist

0 commit comments

Comments
 (0)