From 1910f99cf64e9bdc5ce91e89cab254ecca15d030 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Sat, 14 Feb 2026 01:31:24 -0600 Subject: [PATCH] chore(deps)!: update actions/download-artifact action to v7 (#46) Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa13717..06412ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: needs: [build] steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ${{ github.workspace }}/artifacts