diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ca734e8..f1b6edf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: cmake.yml branch: ${{ github.event.release.target_commitish }}