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