From 82af8d2a6eb8ebc9fd2fecc917f5e007cb711403 Mon Sep 17 00:00:00 2001 From: lectrical <14344693+lectrical@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:45:59 +0000 Subject: [PATCH] fix: artifacts downloading and defaul permission --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78cbe979c2..b52f820115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -371,6 +371,7 @@ jobs: id-token: write attestations: write pull-requests: write + actions: write environment: release needs: [linux, macos, windows, dist, docker] if: startsWith(github.ref, 'refs/tags/jq-') @@ -380,6 +381,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: + pattern: jq-* merge-multiple: true - name: Upload release env: