diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ab0764..a175941 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@v4 + uses: actions/download-artifact@v5 with: name: components.tar - name: Extract components