diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d348b0..e298763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,7 +302,7 @@ jobs: - name: Clone repository uses: actions/checkout@v4 - name: Download executables - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 with: name: jq-linux - name: Move executables @@ -363,7 +363,7 @@ jobs: - name: Clone repository uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 - name: Upload release env: TAG_NAME: ${{ github.ref_name }}