Skip to content

Commit e90a18f

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#1909)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de1e3f4 commit e90a18f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
go-version-file: 'go.mod'
6161
- run: make generate preflight
62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v5
6363
with:
6464
name: preflight
6565
path: bin/preflight
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
go-version-file: 'go.mod'
9191
- run: make generate support-bundle
92-
- uses: actions/upload-artifact@v4
92+
- uses: actions/upload-artifact@v5
9393
with:
9494
name: support-bundle
9595
path: bin/support-bundle

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v5
9393
- uses: ./.github/actions/setup-go
9494
- run: make build
95-
- uses: actions/upload-artifact@v4
95+
- uses: actions/upload-artifact@v5
9696
with:
9797
name: binaries
9898
path: bin/

.github/workflows/regression-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: Upload test artifacts
203203
if: always()
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v5
205205
with:
206206
name: regression-test-results-${{ github.run_id }}-${{ github.run_attempt }}
207207
path: |

0 commit comments

Comments
 (0)