Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#548)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.0...v4.3.1)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 589777b commit 591511d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
CFLAGS: ${{ matrix.ARCH.CFLAGS }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: "openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
path: artifact/
Expand All @@ -88,7 +88,7 @@ jobs:
cp -r ../x86-64/lib/pkgconfig lib/
lipo -create -output lib/libssl.a ../x86-64/lib/libssl.a ../arm64/lib/libssl.a
lipo -create -output lib/libcrypto.a ../x86-64/lib/libcrypto.a ../arm64/lib/libcrypto.a
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: "openssl-macos-universal2"
path: artifact/
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: cmd
- run: windows\openssl\build_openssl.bat ${{ matrix.ARCH }}
shell: cmd
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: "openssl-${{ matrix.ARCH }}"
path: build\

0 comments on commit 591511d

Please sign in to comment.