Skip to content

Commit dba2c73

Browse files
build(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1 (#1409)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@da838ae...82c141c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5614aee commit dba2c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
args: /linkerd/expected-checksec.json "target/${{ matrix.target }}/release/package/linkerd2-proxy-${{ steps.release-tag-meta.outputs.name }}-${{ matrix.architecture }}-checksec.json"
6262

6363
- name: upload artifacts
64-
uses: actions/upload-artifact@da838ae9595ac94171fa2d4de5a2f117b3e7ac32
64+
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
6565
with:
6666
name: ${{ matrix.architecture }}-artifacts
6767
path: target/${{ matrix.target }}/release/package/*

0 commit comments

Comments
 (0)