Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.2 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.2...v3.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 609282f commit 735d20e
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].2
- uses: actions/[email protected].3
with:
name: "openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
path: artifact/
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
lipo -create -output bin/openssl ../x86-64/bin/openssl ../arm64/bin/openssl
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].2
- uses: actions/[email protected].3
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].2
- uses: actions/[email protected].3
with:
name: "openssl-${{ matrix.ARCH }}"
path: build\

0 comments on commit 735d20e

Please sign in to comment.