From 6464b93cdedef4244508c2ad0fd4a08ee18c429d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:33:21 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/pr-check-ubi10.yaml | 2 +- .github/workflows/pr-check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check-ubi10.yaml b/.github/workflows/pr-check-ubi10.yaml index 414196e5..56b389c3 100644 --- a/.github/workflows/pr-check-ubi10.yaml +++ b/.github/workflows/pr-check-ubi10.yaml @@ -61,7 +61,7 @@ jobs: - name: Compress image to a file run: docker save base-developer-image-${{env.arch}} | gzip > base-developer-image-${{env.arch}}.tgz - name: Upload image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: base-developer-image-${{env.arch}} path: base-developer-image-${{env.arch}}.tgz diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 485225ac..0e5d2fe4 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -49,7 +49,7 @@ jobs: - name: Compress image to a file run: docker save base-developer-image-${{env.arch}} | gzip > base-developer-image-${{env.arch}}.tgz - name: Upload image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: base-developer-image-${{env.arch}} path: base-developer-image-${{env.arch}}.tgz