Skip to content

Commit c3b06d5

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#3319)
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 bd4a721 commit c3b06d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
go test -mod=vendor -test.v -c ./test/e2e || { echo "go test build failed"; exit 1; }
7272
7373
- name: Upload syncer image to artifact
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: vcluster_syncer
7777
path: ./vcluster_syncer
7878
retention-days: 7
7979

8080
- name: Upload vcluster cli to artifact
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: vcluster
8484
path: ./vcluster
@@ -166,7 +166,7 @@ jobs:
166166
run: |
167167
curl -L -o vcluster-current "https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64"
168168
- name: Upload vcluster cli to artifact
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v5
170170
with:
171171
name: vcluster-current
172172
path: ./vcluster-current

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
GORELEASER_CURRENT_TAG: ${{ steps.get_version.outputs.release_version }}
8585
GORELEASER_PREVIOUS_TAG: ${{ steps.get_version.outputs.previous_tag }}
8686
- name: Save release assets
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: release-assets
9090
path: release/

0 commit comments

Comments
 (0)