From 48a935f5ddbbe16af29de11c01e927ce2e9a34bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 08:37:11 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .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 4969649..4e7bae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,11 +90,11 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.PUBLISH_SECRET }} # After publishing, create a release - name: Download ubuntu artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: stableartifacts-ubuntu-24.04 - name: Download macos artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: stableartifacts-macos-latest - name: Generate release.txt @@ -129,11 +129,11 @@ jobs: run: cargo publish --dry-run # Test downloading the artifacts - name: Download ubuntu artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: stableartifacts-ubuntu-24.04 - name: Download macos artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: stableartifacts-macos-latest # Test generating release.txt