Skip to content

Commit 68fe409

Browse files
dependabot[bot]linuxmaniac
authored andcommitted
github: [skip ci]: bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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>
1 parent d700bb5 commit 68fe409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpm-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
outputs: type=docker,dest=${{ runner.temp }}/${{ env.IMAGE_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.tar
161161

162162
- name: Upload builder image as artifact
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v6
164164
with:
165165
name: ${{ env.IMAGE_NAME }}-${{ matrix.os }}-${{ matrix.arch }}
166166
path: ${{ runner.temp }}/${{ env.IMAGE_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.tar

0 commit comments

Comments
 (0)