diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79c99e8..953719f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: - name: Install cargo binstall uses: cargo-bins/cargo-binstall@main - name: Download artifacts.tar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: artifacts.tar - name: Extract artifacts @@ -92,13 +92,13 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Download artifacts.tar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: artifacts.tar - name: Extract artifacts run: tar -xvf artifacts.tar -C lib - name: Download CLIs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: static-config-* path: ./lib/