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