From 21cc94a1eadd2b99eaa4b65a4ddaac8a51f54ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:56:46 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/auto-spotless-apply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-spotless-apply.yml b/.github/workflows/auto-spotless-apply.yml index 47379ec8a..235851869 100644 --- a/.github/workflows/auto-spotless-apply.yml +++ b/.github/workflows/auto-spotless-apply.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Download patch - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: run-id: ${{ github.event.workflow_run.id }} path: ${{ runner.temp }}