Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 75d65ee commit fe0dc2e
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 @@ -63,7 +63,7 @@ jobs:
env:
CFLAGS: ${{ matrix.ARCH.CFLAGS }}

- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v4.5.0
with:
name: "openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
path: artifact/
Expand All @@ -90,7 +90,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/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v4.5.0
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 @@ -48,7 +48,7 @@ jobs:
shell: cmd
- run: windows\openssl\build_openssl.bat ${{ matrix.ARCH }}
shell: cmd
- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v4.5.0
with:
name: "openssl-${{ matrix.ARCH }}"
path: build\

0 comments on commit fe0dc2e

Please sign in to comment.