Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3 (#739)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...b4b15b8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Also bumo download-artifact

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Pedraza <[email protected]>
  • Loading branch information
dependabot[bot] and alpeb authored Dec 13, 2024
1 parent f6c5126 commit 1c3ccd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: just-dev prune-action-cache target/buildx
- run: mkdir -p /tmp/images
- run: docker save 'ghcr.io/linkerd/failover:git-${{ github.sha }}' --output /tmp/images/controller.tar
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: images
path: /tmp/images
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: linkerd/dev/actions/setup-tools@v44
- run: just-k3d create use
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: images
path: /tmp/images
Expand Down

0 comments on commit 1c3ccd0

Please sign in to comment.