From 4825f4fe5b69b38afd7092dbf7960b2128836027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:51:03 +0000 Subject: [PATCH] build(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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a569948..fba072d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: env: RUSTFLAGS: ${{ matrix.rustflags }} - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: libpost-${{ matrix.artifact-name }} path: | @@ -214,7 +214,7 @@ jobs: env: RUSTFLAGS: ${{ matrix.rustflags }} - name: Archive profiler artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: profiler-${{ matrix.artifact-name }} path: | @@ -229,7 +229,7 @@ jobs: env: RUSTFLAGS: ${{ matrix.rustflags }} - name: Archive service artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: post-service-${{ matrix.artifact-name }} path: | @@ -240,7 +240,7 @@ jobs: env: RUSTFLAGS: ${{ matrix.rustflags }} - name: Archive k2pow service artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: k2pow-service-${{ matrix.artifact-name }} path: |