Skip to content

Commit 6d65cda

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#47)
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) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f59c0c commit 6d65cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
make OpenSSL-${{ matrix.target }}
5252
5353
- name: Upload Build Artifact
54-
uses: actions/[email protected].1
54+
uses: actions/[email protected].2
5555
with:
5656
name: dist-${{ matrix.target }}
5757
path: dist

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make ${{ steps.build-vars.outputs.PACKAGE_NAME }}-${{ matrix.target }} $(echo "${{ steps.build-vars.outputs.PACKAGE_NAME }}" | tr 'a-z' 'A-Z')_VERSION=${{ steps.build-vars.outputs.PACKAGE_VERSION }} BUILD_NUMBER=${{ steps.build-vars.outputs.BUILD_NUMBER }}
4949
5050
- name: Upload Build Artifact
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252
with:
5353
name: dist-${{ matrix.target }}
5454
path: dist

0 commit comments

Comments
 (0)