Skip to content

Commit ba4912d

Browse files
Build(deps): bump actions/upload-artifact
Bumps the github-actions-breaking group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec4f8a8 commit ba4912d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
version: ${{ needs.get-product-version.outputs.product-version }}
4343
product: ${{ env.PKG_NAME }}
4444

45-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
45+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646
with:
4747
name: metadata.json
4848
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -83,7 +83,7 @@ jobs:
8383
zip -r -j "${ZIP_FILE}" "${BUILD_DIR}/"
8484
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
8585
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
86-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
86+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8787
with:
8888
name: ${{ steps.build-binary.outputs.name }}
8989
path: ${{ steps.build-binary.outputs.path }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Test
2929
run: make test
3030

31-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
31+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3232
with:
3333
name: ${{ env.TARBALL_FILE }}
3434
path: ${{ env.TARBALL_FILE }}

0 commit comments

Comments
 (0)