From c2c16de17e28e5f0ff1111b551fbdc0b40b45428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:46:09 +0000 Subject: [PATCH] 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/ci.yaml | 2 +- .github/workflows/precompiled.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d98a338..8d02ce22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: - name: Archive test logs if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nvidiadriver-e2e-test-logs path: ./logs/ diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 6608e342..f2e397cd 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -143,21 +143,21 @@ jobs: echo "DIST=$DIST" >> $GITHUB_ENV - name: Upload base image as an artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: base-images-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }} path: ./base-images-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}.tar retention-days: 1 - name: Upload build image as an artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: driver-images-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }} path: ./driver-images-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}.tar retention-days: 1 - name: Upload kernel version as an artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: kernel-version-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }} path: ./kernel-version-${{ matrix.driver_branch }}-${{ env.KERNEL_VERSION }}-${{ env.DIST }}.tar @@ -214,7 +214,7 @@ jobs: printf '%s\n' "${KERNEL_VERSIONS[@]}" | jq -R . | jq -s . > ./matrix_values_${{ matrix.dist }}_${{ matrix.lts_kernel }}.json - name: Upload kernel matrix values as artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: matrix-values-${{ matrix.dist }}-${{ matrix.lts_kernel }} path: ./matrix_values_${{ matrix.dist }}_${{ matrix.lts_kernel }}.json @@ -388,7 +388,7 @@ jobs: - name: Archive test logs if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nvidiadriver-Precompiled-e2e-test-logs path: ./logs/