diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01efd2b..45ebf81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: run: sudo apt update && sudo apt install -y ${{ matrix.apt }} - name: Build run: cargo build --release --target ${{ matrix.target }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ matrix.target }} path: target/${{ matrix.target }}/release/bbl2csv${{ matrix.suffix }} @@ -79,7 +79,7 @@ jobs: - uses: taiki-e/install-action@cross - name: Build run: cross build --release --target ${{ matrix.target }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ matrix.target }} path: target/${{ matrix.target }}/release/bbl2csv*