From 906129068800cee90e2ea3d5cfa8c98a93006ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:04:07 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbd9815..d5f6a44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: run: strip target/${{ matrix.target }}/release/${{ matrix.artifact_name }} - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ matrix.asset_name }} path: target/${{ matrix.target }}/release/${{ matrix.artifact_name }} @@ -221,7 +221,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download all artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 - name: Display structure of downloaded files run: ls -R @@ -291,7 +291,7 @@ jobs: run: cargo tarpaulin --out Html --all-features --timeout 300 - name: Upload coverage report as artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: coverage-report path: tarpaulin-report.html