diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc16c6d..3970bf8 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@v6 + uses: actions/download-artifact@v7 with: name: components.tar - name: Extract components