Skip to content

Commit e68ceb2

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#71)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6244e0d commit e68ceb2

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
@@ -56,7 +56,7 @@ jobs:
5656
make OpenSSL-${{ matrix.target }}
5757
5858
- name: Upload Build Artifact
59-
uses: actions/upload-artifact@v4.6.2
59+
uses: actions/upload-artifact@v5.0.0
6060
with:
6161
name: dist-${{ matrix.target }}
6262
path: dist

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
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 }}
5050
5151
- name: Upload Build Artifact
52-
uses: actions/upload-artifact@v4.6.2
52+
uses: actions/upload-artifact@v5.0.0
5353
with:
5454
name: dist-${{ matrix.target }}
5555
path: dist

0 commit comments

Comments
 (0)