Skip to content

Commit 338b250

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a36f618 commit 338b250

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
CFLAGS="--sysroot=$(xcrun --sdk ${{ matrix.build.sdk }} --show-sdk-path) -mios-version-min=${{ needs.fetch.outputs.ios }}"
8282
LDFLAGS="-isysroot $(xcrun --sdk ${{ matrix.build.sdk }} --show-sdk-path) -mios-version-min=${{ needs.fetch.outputs.ios }}"
8383
- name: Upload the bzip2 artifact
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: bz2-${{ matrix.build.host }}
8787
path: ${{ github.workspace }}/install/bz2
@@ -148,7 +148,7 @@ jobs:
148148
make
149149
make install
150150
- name: Upload the libffi artifact
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
name: ffi-${{ matrix.build.host }}
154154
path: ${{ github.workspace }}/install/ffi
@@ -219,7 +219,7 @@ jobs:
219219
make
220220
make install
221221
- name: Upload the XZ Utils artifact
222-
uses: actions/upload-artifact@v4
222+
uses: actions/upload-artifact@v5
223223
with:
224224
name: xz-${{ matrix.build.host }}
225225
path: ${{ github.workspace }}/install/xz
@@ -287,7 +287,7 @@ jobs:
287287
make
288288
make install
289289
- name: Upload Python.framework
290-
uses: actions/upload-artifact@v4
290+
uses: actions/upload-artifact@v5
291291
with:
292292
name: cp${{ matrix.python-version }}-${{ matrix.build.host }}
293293
path: ${{ github.workspace }}/framework
@@ -319,7 +319,7 @@ jobs:
319319
cp${{ matrix.python-version }}-arm64-apple-ios${{ needs.fetch.outputs.ios }}
320320
cp${{ matrix.python-version }}-iphoneos
321321
- name: Upload Python.framework
322-
uses: actions/upload-artifact@v4
322+
uses: actions/upload-artifact@v5
323323
with:
324324
name: cp${{ matrix.python-version }}-iphoneos
325325
path: ${{ github.workspace }}/frameworks/cp${{ matrix.python-version }}-iphoneos
@@ -396,7 +396,7 @@ jobs:
396396
run: |
397397
rm -r
398398
- name: Upload Python.framework
399-
uses: actions/upload-artifact@v4
399+
uses: actions/upload-artifact@v5
400400
with:
401401
name: cp${{ matrix.python-version }}-iphonesimulator
402402
path: ${{ github.workspace }}/frameworks/cp${{ matrix.python-version }}-arm64-apple-ios${{ needs.fetch.outputs.ios }}

0 commit comments

Comments
 (0)