Skip to content

Commit

Permalink
build(deps): bump the artifact-actions group with 2 updates (#6026)
Browse files Browse the repository at this point in the history
Bumps the artifact-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 2b1d01f commit 38bec9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
export CONTOUR_E2E_IMAGE="ghcr.io/projectcontour/contour:$(git describe --tags)"
make setup-kind-cluster run-gateway-conformance cleanup-kind
- name: Upload gateway conformance report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gateway-conformance-report
path: gateway-conformance-report/projectcontour-contour-*.yaml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
make multiarch-build
- name: Upload image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image
path: image/contour-*.tar
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# recent release tag.
fetch-depth: 0
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down

0 comments on commit 38bec9c

Please sign in to comment.