Skip to content

Commit fd10372

Browse files
Bump actions/upload-artifact from 4.3.5 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92e0b65 commit fd10372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-macos-openssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
CFLAGS: ${{ matrix.ARCH.CFLAGS }}
6363

64-
- uses: actions/[email protected].5
64+
- uses: actions/[email protected].6
6565
with:
6666
name: "openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
6767
path: artifact/
@@ -88,7 +88,7 @@ jobs:
8888
cp -r ../x86-64/lib/pkgconfig lib/
8989
lipo -create -output lib/libssl.a ../x86-64/lib/libssl.a ../arm64/lib/libssl.a
9090
lipo -create -output lib/libcrypto.a ../x86-64/lib/libcrypto.a ../arm64/lib/libcrypto.a
91-
- uses: actions/[email protected].5
91+
- uses: actions/[email protected].6
9292
with:
9393
name: "openssl-macos-universal2"
9494
path: artifact/

.github/workflows/build-windows-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: cmd
4747
- run: windows\openssl\build_openssl.bat ${{ matrix.ARCH }}
4848
shell: cmd
49-
- uses: actions/[email protected].5
49+
- uses: actions/[email protected].6
5050
with:
5151
name: "openssl-${{ matrix.ARCH }}"
5252
path: build\

0 commit comments

Comments
 (0)