Skip to content

Commit 832be29

Browse files
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 (#1397)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@27121b0...da838ae) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4c7c01 commit 832be29

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@27121b0bdffd731efa15d66772be8dc71245d074
64+
uses: actions/upload-artifact@da838ae9595ac94171fa2d4de5a2f117b3e7ac32
6565
with:
6666
name: ${{ matrix.architecture }}-artifacts
6767
path: target/${{ matrix.target }}/release/package/*

0 commit comments

Comments
 (0)