diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f53940..c9c7d95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Download components.tar - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: components.tar - name: Extract components