Skip to content

Commit 279499b

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#684)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15c223d commit 279499b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build-macos-openssl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
CFLAGS: ${{ matrix.ARCH.CFLAGS }}
6565

66-
- uses: actions/[email protected].1
66+
- uses: actions/[email protected].2
6767
with:
6868
name: "openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
6969
path: artifact/
@@ -90,7 +90,7 @@ jobs:
9090
cp -r ../x86-64/lib/pkgconfig lib/
9191
lipo -create -output lib/libssl.a ../x86-64/lib/libssl.a ../arm64/lib/libssl.a
9292
lipo -create -output lib/libcrypto.a ../x86-64/lib/libcrypto.a ../arm64/lib/libcrypto.a
93-
- uses: actions/[email protected].1
93+
- uses: actions/[email protected].2
9494
with:
9595
name: "openssl-macos-universal2"
9696
path: artifact/

Diff for: .github/workflows/build-windows-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
shell: cmd
4949
- run: windows\openssl\build_openssl.bat ${{ matrix.ARCH }}
5050
shell: cmd
51-
- uses: actions/[email protected].1
51+
- uses: actions/[email protected].2
5252
with:
5353
name: "openssl-${{ matrix.ARCH }}"
5454
path: build\

0 commit comments

Comments
 (0)