Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (linker…
Browse files Browse the repository at this point in the history
…d#12487)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@1746f4a...6546280)

---
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>
Signed-off-by: Mark S <the@wondersmith.dev>
  • Loading branch information
dependabot[bot] authored and the-wondersmith committed Apr 24, 2024
1 parent 8acf094 commit a04c5dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
docker cp "$id:/out/linkerd-linux-amd64" /home/runner/archives/linkerd
v=$(/home/runner/archives/linkerd version --short --client)
[[ "$v" == '${{ needs.meta.outputs.tag }}' ]] || exit 1
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: image-archives-cli
path: /home/runner/archives
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: |
mkdir -p /home/runner/archives
docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar'
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: image-archives-${{ matrix.component }}
path: /home/runner/archives
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
run: |
mkdir -p /home/runner/archives
docker save '${{ steps.build.outputs.image }}' >'/home/runner/archives/${{ matrix.component }}.tar'
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: image-archives-${{ matrix.component }}
path: /home/runner/archives
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# https://github.com/actions/upload-artifact/issues/8
- name: Upload artifact
if: matrix.component == 'cli-bin'
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: image-archives-cli
path: /home/runner/archives
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
args: pack bin/win/linkerd.nuspec
- name: Chocolatey - upload package
if: startsWith(github.ref, 'refs/tags/stable')
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: choco
path: ./linkerd.*.nupkg
Expand Down

0 comments on commit a04c5dc

Please sign in to comment.