Skip to content

Commit 441d7e0

Browse files
Bump actions/upload-artifact from 5 to 6 (#346)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 156f3b1 commit 441d7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Build images
165165
run: make build
166166
- name: Archive image
167-
uses: actions/upload-artifact@v5
167+
uses: actions/upload-artifact@v6
168168
with:
169169
name: spiffe-helper
170170
path: spiffe-helper

.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build docker artifact
7070
run: make docker-build
7171
- name: Archive artifact
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: spiffe-helper
7575
path: |

0 commit comments

Comments
 (0)